Skip to content

Commit 1a630ba

Browse files
Optional Datastore/FirestoreClient (#3382)
1 parent 26c5beb commit 1a630ba

File tree

16 files changed

+2986
-15985
lines changed

16 files changed

+2986
-15985
lines changed

packages/firestore/exp-types/index.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,7 @@ export function getDocFromServer<T>(
374374
reference: DocumentReference<T>
375375
): Promise<DocumentSnapshot<T>>;
376376
export function getDocs<T>(query: Query<T>): Promise<QuerySnapshot<T>>;
377-
export function getDocsFromCache<T>(
378-
query: Query<T>
379-
): Promise<QuerySnapshot<T>>;
377+
export function getDocsFromCache<T>(query: Query<T>): Promise<QuerySnapshot<T>>;
380378
export function getDocsFromServer<T>(
381379
query: Query<T>
382380
): Promise<QuerySnapshot<T>>;

0 commit comments

Comments
 (0)