@@ -106,9 +106,9 @@ export const SDK_VERSION = version;
106
106
* is provided, the default is `"[DEFAULT]"`.
107
107
*
108
108
* @returns The initialized app.
109
- *
109
+ *
110
110
* @throws If the optional `name` parameter is malformed or empty.
111
- *
111
+ *
112
112
* @throws If a `FirebaseApp` already exists with the same name but with a different configuration.
113
113
*
114
114
* @public
@@ -124,7 +124,7 @@ export function initializeApp(
124
124
* @param config - FirebaseApp Configuration
125
125
*
126
126
* @throws If {@link FirebaseAppSettings.name} is defined but the value is malformed or empty.
127
- *
127
+ *
128
128
* @throws If a `FirebaseApp` already exists with the same name but with a different configuration.
129
129
* @public
130
130
*/
@@ -231,12 +231,12 @@ export function initializeApp(
231
231
* @param config - Optional `FirebaseServerApp` settings.
232
232
*
233
233
* @returns The initialized `FirebaseServerApp`.
234
- *
234
+ *
235
235
* @throws If invoked in an unsupported non-server environment such as a browser.
236
- *
236
+ *
237
237
* @throws If {@link FirebaseServerAppSettings.releaseOnDeref} is defined but the runtime doesn't
238
238
* provide Finalization Registry support.
239
- *
239
+ *
240
240
* @public
241
241
*/
242
242
export function initializeServerApp (
@@ -250,13 +250,13 @@ export function initializeServerApp(
250
250
* @param config - Optional `FirebaseServerApp` settings.
251
251
*
252
252
* @returns The initialized `FirebaseServerApp`.
253
- *
253
+ *
254
254
* @throws If invoked in an unsupported non-server environment such as a browser.
255
255
* @throws If {@link FirebaseServerAppSettings.releaseOnDeref} is defined but the runtime doesn't
256
256
* provide Finalization Registry support.
257
257
* @throws If the `FIREBASE_OPTIONS` enviornment variable does not contain a valid project
258
258
* configuration required for auto-initialization.
259
- *
259
+ *
260
260
* @public
261
261
*/
262
262
export function initializeServerApp (
0 commit comments