Skip to content

Commit 571d213

Browse files
authored
Merge branch 'main' into yp-add-fid-arg
2 parents 4e584c4 + d96319e commit 571d213

4 files changed

Lines changed: 45 additions & 24 deletions

File tree

etc/firebase-admin.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,4 @@ export interface ServiceAccount {
132132
projectId?: string;
133133
}
134134

135-
// (No @packageDocumentation comment for this package)
136-
137135
```

package-lock.json

Lines changed: 38 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/lifecycle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export function initializeApp(options?: AppOptions, appName: string = DEFAULT_AP
253253

254254
/**
255255
* Returns an existing {@link App} instance for the provided name. If no name
256-
* is provided the the default app name is used.
256+
* is provided the default app name is used.
257257
*
258258
* @param appName - Optional name of the `App` instance.
259259
*

src/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ https://firebase.google.com/docs/web/setup
3535
console.error(message);
3636
}
3737

38+
/**
39+
* Firebase App and SDK initialization.
40+
*
41+
* @packageDocumentation
42+
*/
43+
3844
export { App, AppOptions, FirebaseArrayIndexError } from './app/core';
3945
export { initializeApp, getApp, getApps, deleteApp } from './app/lifecycle';
4046

0 commit comments

Comments
 (0)