Skip to content

Commit dc788b2

Browse files
authored
chore: fixed api docs typos and omissions (#3170)
1 parent a39e897 commit dc788b2

3 files changed

Lines changed: 7 additions & 3 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
```

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)