Skip to content

Commit 93c8c4f

Browse files
committed
Internal implementation of multiDb
1 parent d551107 commit 93c8c4f

File tree

6 files changed

+14364
-1567
lines changed

6 files changed

+14364
-1567
lines changed

etc/firebase-admin.firestore.api.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,13 @@ export { FirestoreDataConverter }
8383

8484
export { GeoPoint }
8585

86+
// @public
87+
export function getFirestore(): Firestore;
88+
8689
// Warning: (ae-forgotten-export) The symbol "App" needs to be exported by the entry point index.d.ts
8790
//
8891
// @public
89-
export function getFirestore(app?: App): Firestore;
92+
export function getFirestore(app: App): Firestore;
9093

9194
export { GrpcStatus }
9295

0 commit comments

Comments
 (0)