Skip to content

Commit a38fdaf

Browse files
author
himanshu goyal
committed
fix firebase options
1 parent a5bac3d commit a38fdaf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

lib/firebase_options.dart

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,20 +51,20 @@ class DefaultFirebaseOptions {
5151

5252
static const FirebaseOptions android = FirebaseOptions(
5353
apiKey: '',
54-
appId: '1:724090909650:android:33a605e98b134abe8f8e0b',
55-
messagingSenderId: '724090909650',
56-
projectId: 'beacon-b75bf',
57-
storageBucket: 'beacon-b75bf.firebasestorage.app',
54+
appId: '',
55+
messagingSenderId: '',
56+
projectId: '',
57+
storageBucket: '',
5858
);
5959

6060
static const FirebaseOptions ios = FirebaseOptions(
6161
apiKey: '',
62-
appId: '1:724090909650:ios:7dfc01703caf03d48f8e0b',
63-
messagingSenderId: '724090909650',
64-
projectId: 'beacon-b75bf',
65-
storageBucket: 'beacon-b75bf.firebasestorage.app',
62+
appId: '',
63+
messagingSenderId: '',
64+
projectId: '',
65+
storageBucket: '',
6666
androidClientId: '',
6767
iosClientId: '',
68-
iosBundleId: 'com.ccextractor.beaconmobile',
68+
iosBundleId: '',
6969
);
7070
}

0 commit comments

Comments
 (0)