|
|
@ -53,12 +53,12 @@ class DefaultFirebaseOptions {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
static const FirebaseOptions web = FirebaseOptions(
|
|
|
|
static const FirebaseOptions web = FirebaseOptions(
|
|
|
|
apiKey: 'AIzaSyBgMVAvYccjNypCDdpW0ol6syCcISU2yjM',
|
|
|
|
apiKey: '',
|
|
|
|
appId: '1:725488140557:web:7c61a0755fc23436fe7044',
|
|
|
|
appId: '',
|
|
|
|
messagingSenderId: '725488140557',
|
|
|
|
messagingSenderId: '',
|
|
|
|
projectId: 'pinball-dev',
|
|
|
|
projectId: '',
|
|
|
|
authDomain: 'pinball-dev.firebaseapp.com',
|
|
|
|
authDomain: '',
|
|
|
|
storageBucket: 'pinball-dev.appspot.com',
|
|
|
|
storageBucket: '',
|
|
|
|
measurementId: 'G-9NW8SZRFJR',
|
|
|
|
measurementId: '',
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|