File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1117,12 +1117,12 @@ declare namespace firebase {
1117
1117
* // https://console.firebase.google.com
1118
1118
* firebase.initializeApp({
1119
1119
* apiKey: "AIza....", // Auth / General Use
1120
- * appId: "1:27992087142:web:ce....", // General Use
1120
+ * appId: "1:27992087142:web:ce....", // General Use
1121
1121
* projectId: "my-firebase-project", // General Use
1122
1122
* authDomain: "YOUR_APP.firebaseapp.com", // Auth with popup/redirect
1123
1123
* databaseURL: "https://YOUR_APP.firebaseio.com", // Realtime Database
1124
1124
* storageBucket: "YOUR_APP.appspot.com", // Storage
1125
- * messagingSenderId: "123456789", // Cloud Messaging
1125
+ * messagingSenderId: "123456789", // Cloud Messaging
1126
1126
* measurementId: "G-12345" // Analytics
1127
1127
* });
1128
1128
* ```
You can’t perform that action at this time.
0 commit comments