@@ -1117,12 +1117,13 @@ declare namespace firebase {
1117
1117
* // https://console.firebase.google.com
1118
1118
* firebase.initializeApp({
1119
1119
* apiKey: "AIza....", // Auth / General Use
1120
- * applicationId : "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
+ * measurementId: "G-12345" // Analytics
1126
1127
* });
1127
1128
* ```
1128
1129
*
@@ -1132,7 +1133,7 @@ declare namespace firebase {
1132
1133
* // Initialize another app
1133
1134
* var otherApp = firebase.initializeApp({
1134
1135
* apiKey: "AIza....",
1135
- * applicationId : "1:27992087142:web:ce....",
1136
+ * appId : "1:27992087142:web:ce....",
1136
1137
* projectId: "my-firebase-project",
1137
1138
* databaseURL: "https://<OTHER_DATABASE_NAME>.firebaseio.com",
1138
1139
* storageBucket: "<OTHER_STORAGE_BUCKET>.appspot.com"
0 commit comments