Skip to content

Commit

Permalink
fix(firestore): remove duplicate getFirestore TS declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
exaby73 committed Sep 18, 2023
1 parent 95c9216 commit cbe10e7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/firestore/lib/modular/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,17 +95,6 @@ export type WithFieldValue<T> =
? { [K in keyof T]: WithFieldValue<T[K]> | FieldValue }
: never);

/**
* Returns the existing default {@link Firestore} instance that is associated with the
* provided {@link @firebase/app#FirebaseApp}. If no instance exists, initializes a new
* instance with default settings.
*
* @param app - The {@link @firebase/app#FirebaseApp} instance that the returned {@link Firestore}
* instance is associated with.
* @returns The {@link Firestore} instance of the provided app.
*/
export function getFirestore(app: FirebaseApp): Firestore;

/**
* Returns the existing default {@link Firestore} instance that is associated with the
* default {@link @firebase/app#FirebaseApp}. If no instance exists, initializes a new
Expand Down

0 comments on commit cbe10e7

Please sign in to comment.