Skip to content

Commit

Permalink
Update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinsk24 authored May 20, 2023
1 parent b65247b commit 51f54b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ void main() async {
if (kIsWeb) {
await Firebase.initializeApp(
options: const FirebaseOptions(
apiKey: 'AIzaSyBhQ9a9qlC6qh3wpbsdO9UfN9tiRlnKNnM',
appId: '1:391759904308:web:ddda3ed2585a084a125461',
messagingSenderId: '391759904308',
projectId: 'seta2022-9aaed',
storageBucket: "seta2022-9aaed.appspot.com",
apiKey: 'key',
appId: 'appId',
messagingSenderId: 'messageId',
projectId: 'projectId',
storageBucket: "bucketId",
),
);
} else {
Expand Down

0 comments on commit 51f54b5

Please sign in to comment.