chore: remove firebase project options

pull/498/head
Hugo Walbecq 3 years ago committed by GitHub
parent b7b3203bda
commit 2477ed1534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: '',
); );
} }

Loading…
Cancel
Save