mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 22:47:24 +08:00
3 lines
194 B
JavaScript
3 lines
194 B
JavaScript
if (typeof firebase === 'undefined') throw new Error('hosting/init-error: Firebase SDK not detected. You must include it before /__/firebase/init.js');
|
|
firebase.initializeApp({/*--CONFIG--*/});
|