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.
pinball/web/__/firebase/init.js

11 lines
343 B

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": "",
"appId": "",
"authDomain": "",
"databaseURL": "",
"measurementId": "",
"messagingSenderId": "",
"projectId": "",
"storageBucket": ""
});