File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1117,6 +1117,8 @@ 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
1121
+ * projectId: "my-firebase-project", // General Use
1120
1122
* authDomain: "YOUR_APP.firebaseapp.com", // Auth with popup/redirect
1121
1123
* databaseURL: "https://YOUR_APP.firebaseio.com", // Realtime Database
1122
1124
* storageBucket: "YOUR_APP.appspot.com", // Storage
@@ -1129,9 +1131,12 @@ declare namespace firebase {
1129
1131
*
1130
1132
* // Initialize another app
1131
1133
* var otherApp = firebase.initializeApp({
1134
+ * apiKey: "AIza....",
1135
+ * applicationId: "1:27992087142:web:ce....",
1136
+ * projectId: "my-firebase-project",
1132
1137
* databaseURL: "https://<OTHER_DATABASE_NAME>.firebaseio.com",
1133
1138
* storageBucket: "<OTHER_STORAGE_BUCKET>.appspot.com"
1134
- * }, "otherApp ");
1139
+ * }, "nameOfOtherApp ");
1135
1140
* ```
1136
1141
*
1137
1142
* @param options Options to configure the app's services.
You can’t perform that action at this time.
0 commit comments