https://firebase.google.com/products/analytics?hl=ja 全部の情報はいらないっぽいな https://firebase.google.com/docs/reference/js/firebase
1 2 3 4 5 6 7 8 9 10 11 12 |
// Initialize default app // Retrieve your own options values by adding a web app on // https://console.firebase.google.com firebase.initializeApp({ apiKey: "AIza....", // Auth / General Use applicationId: "1:27992087142:web:ce....", // General Use projectId: "my-firebase-project", // General Use authDomain: "YOUR_APP.firebaseapp.com", // Auth with popup/redirect databaseURL: "https://YOUR_APP.firebaseio.com", // Realtime Database storageBucket: "YOUR_APP.appspot.com", // Storage messagingSenderId: "123456789" // Cloud Messaging }); |
[crayon-6005b0a41d1ab92 …