Clears IndexedDB persistence for the given Firestore instance.
Creates a Firestore instance with the given settings.
A QueryConstraint is used to narrow the set of documents returned by a
Firestore query. QueryConstraints are created by invoking where,
orderBy, startAt, startAfter, endBefore,
endAt, limit, limitToLast and can then be passed to
query to create a new query instance that also contains this QueryConstraint.
A QueryConstraint is used to narrow the set of documents returned by a
Firestore query. QueryConstraints are created by invoking where,
orderBy, startAt, startAfter, endBefore,
endAt, limit, limitToLast and can then be passed to
query to create a new query instance that also contains this QueryConstraint.
Modular Firestore API for React Native Firebase.