getFirestore
Returns the existing default Firestore instance that is associated with the default {@link @firebase/app#FirebaseApp}. If no instance exists, initializes a new instance with default settings.
Returns the existing default Firestore instance that is associated with the default {@link @firebase/app#FirebaseApp}. If no instance exists, initializes a new instance with default settings.
Returns the existing default Firestore instance that is associated with the provided {@link @firebase/app#FirebaseApp}. If no instance exists, initializes a new instance with default settings.
§Parameters
- The {@link @firebase/app#FirebaseApp} instance that the returned Firestore instance is associated with.
Returns the existing named Firestore instance that is associated with the default {@link @firebase/app#FirebaseApp}. If no instance exists, initializes a new instance with default settings.
Returns the existing named Firestore instance that is associated with the provided {@link @firebase/app#FirebaseApp}. If no instance exists, initializes a new instance with default settings.
§Parameters
- The {@link @firebase/app#FirebaseApp} instance that the returned Firestore instance is associated with.