mirror of https://github.com/flutter/pinball.git
parent
8fddce60a8
commit
6c72ef51bb
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,11 +1,11 @@
|
||||
if (typeof firebase === 'undefined') throw new Error('hosting/init-error: Firebase SDK not detected. You must include it before /__/firebase/init.js');
|
||||
firebase.initializeApp({
|
||||
"apiKey": "API_KEY",
|
||||
"appId": "APP_ID",
|
||||
"authDomain": "AUTH_DOMAIN",
|
||||
"apiKey": "AIzaSyBgMVAvYccjNypCDdpW0ol6syCcISU2yjM",
|
||||
"appId": "1:725488140557:web:7c61a0755fc23436fe7044",
|
||||
"authDomain": "pinball-dev.firebaseapp.com",
|
||||
"databaseURL": "",
|
||||
"measurementId": "MEASUREMENT_ID",
|
||||
"messagingSenderId": "MEASUREMENT_SENDER_ID",
|
||||
"projectId": "PROJECT_ID",
|
||||
"storageBucket": "STORAGE_BUCKET"
|
||||
"measurementId": "G-9NW8SZRFJR",
|
||||
"messagingSenderId": "725488140557",
|
||||
"projectId": "pinball-dev",
|
||||
"storageBucket": "pinball-dev.appspot.com"
|
||||
});
|
Loading…
Reference in new issue