mirror of https://github.com/flutter/pinball.git
feat: added support for firebase anonymous authentication (#274)
parent
8fddce60a8
commit
07ea110ec3
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');
|
if (typeof firebase === 'undefined') throw new Error('hosting/init-error: Firebase SDK not detected. You must include it before /__/firebase/init.js');
|
||||||
firebase.initializeApp({
|
firebase.initializeApp({
|
||||||
"apiKey": "API_KEY",
|
"apiKey": "AIzaSyBgMVAvYccjNypCDdpW0ol6syCcISU2yjM",
|
||||||
"appId": "APP_ID",
|
"appId": "1:725488140557:web:7c61a0755fc23436fe7044",
|
||||||
"authDomain": "AUTH_DOMAIN",
|
"authDomain": "pinball-dev.firebaseapp.com",
|
||||||
"databaseURL": "",
|
"databaseURL": "",
|
||||||
"measurementId": "MEASUREMENT_ID",
|
"measurementId": "G-9NW8SZRFJR",
|
||||||
"messagingSenderId": "MEASUREMENT_SENDER_ID",
|
"messagingSenderId": "725488140557",
|
||||||
"projectId": "PROJECT_ID",
|
"projectId": "pinball-dev",
|
||||||
"storageBucket": "STORAGE_BUCKET"
|
"storageBucket": "pinball-dev.appspot.com"
|
||||||
});
|
});
|
Loading…
Reference in new issue