Skip to content
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions etc/firebase-admin.app.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ export interface FirebaseError {
toJSON(): object;
}

// @public (undocumented)
// @public
export function getApp(appName?: string): App;

// @public (undocumented)
// @public
export function getApps(): App[];

// @public
Expand All @@ -97,7 +97,7 @@ export interface GoogleOAuthAccessToken {
expires_in: number;
}

// @public (undocumented)
// @public
export function initializeApp(options?: AppOptions, appName?: string): App;

// @public
Expand Down
Loading