mirror of https://github.com/flutter/pinball.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
508 B
11 lines
508 B
3 years ago
|
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": "AIzaSyBgMVAvYccjNypCDdpW0ol6syCcISU2yjM",
|
||
|
"appId": "1:725488140557:web:7c61a0755fc23436fe7044",
|
||
|
"authDomain": "pinball-dev.firebaseapp.com",
|
||
|
"databaseURL": "",
|
||
|
"measurementId": "G-9NW8SZRFJR",
|
||
|
"messagingSenderId": "725488140557",
|
||
|
"projectId": "pinball-dev",
|
||
|
"storageBucket": "pinball-dev.appspot.com"
|
||
|
});
|