mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 22:47:24 +08:00
6 lines
240 B
JavaScript
6 lines
240 B
JavaScript
// Copy and paste this into your JavaScript code to initialize the Firebase SDK.
|
|
// You will also need to load the Firebase SDK.
|
|
// See https://firebase.google.com/docs/web/setup for more details.
|
|
|
|
firebase.initializeApp({/*--CONFIG--*/});
|