@@ -106,9 +106,9 @@ export const SDK_VERSION = version;
106106 * is provided, the default is `"[DEFAULT]"`.
107107 *
108108 * @returns The initialized app.
109- *
109+ *
110110 * @throws If the optional `name` parameter is malformed or empty.
111- *
111+ *
112112 * @throws If a `FirebaseApp` already exists with the same name but with a different configuration.
113113 *
114114 * @public
@@ -124,7 +124,7 @@ export function initializeApp(
124124 * @param config - FirebaseApp Configuration
125125 *
126126 * @throws If {@link FirebaseAppSettings.name} is defined but the value is malformed or empty.
127- *
127+ *
128128 * @throws If a `FirebaseApp` already exists with the same name but with a different configuration.
129129 * @public
130130 */
@@ -231,12 +231,12 @@ export function initializeApp(
231231 * @param config - Optional `FirebaseServerApp` settings.
232232 *
233233 * @returns The initialized `FirebaseServerApp`.
234- *
234+ *
235235 * @throws If invoked in an unsupported non-server environment such as a browser.
236- *
236+ *
237237 * @throws If {@link FirebaseServerAppSettings.releaseOnDeref} is defined but the runtime doesn't
238238 * provide Finalization Registry support.
239- *
239+ *
240240 * @public
241241 */
242242export function initializeServerApp (
@@ -250,13 +250,13 @@ export function initializeServerApp(
250250 * @param config - Optional `FirebaseServerApp` settings.
251251 *
252252 * @returns The initialized `FirebaseServerApp`.
253- *
253+ *
254254 * @throws If invoked in an unsupported non-server environment such as a browser.
255255 * @throws If {@link FirebaseServerAppSettings.releaseOnDeref} is defined but the runtime doesn't
256256 * provide Finalization Registry support.
257257 * @throws If the `FIREBASE_OPTIONS` enviornment variable does not contain a valid project
258258 * configuration required for auto-initialization.
259- *
259+ *
260260 * @public
261261 */
262262export function initializeServerApp (
0 commit comments