File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
packages/firestore/src/api Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -227,9 +227,6 @@ export function getDocsFromCache<T>(query: Query<T>): Promise<QuerySnapshot<T>>;
227
227
// @public
228
228
export function getDocsFromServer<T >(query : Query <T >): Promise <QuerySnapshot <T >>;
229
229
230
- // @public
231
- export function getFirestore(): Firestore ;
232
-
233
230
// @public
234
231
export function getFirestore(app : FirebaseApp ): Firestore ;
235
232
Original file line number Diff line number Diff line change @@ -188,14 +188,6 @@ export function initializeFirestore(
188
188
} ) ;
189
189
}
190
190
191
- /**
192
- * Returns the existing default {@link Firestore} instance that is associated with the
193
- * default {@link @firebase/app#FirebaseApp }. If no instance exists, initializes a new
194
- * instance with default settings.
195
- *
196
- * @returns The {@link Firestore} instance of the provided app.
197
- */
198
- export function getFirestore ( ) : Firestore ;
199
191
/**
200
192
* Returns the existing default {@link Firestore} instance that is associated with the
201
193
* provided {@link @firebase/app#FirebaseApp }. If no instance exists, initializes a new
You can’t perform that action at this time.
0 commit comments