React Native Firebase
    Preparing search index...

    Modular Firestore API for React Native Firebase.

    Functions

    addDoc
    and
    arrayRemove
    arrayUnion
    average
    clearIndexedDbPersistence

    Clears IndexedDB persistence for the given Firestore instance.

    clearPersistence
    collection
    collectionGroup
    connectFirestoreEmulator
    count
    deleteAllPersistentCacheIndexes
    deleteDoc
    deleteField
    disableNetwork
    disablePersistentCacheIndexAutoCreation
    doc
    documentId
    enableNetwork
    enablePersistentCacheIndexAutoCreation
    endAt
    endBefore
    getAggregateFromServer
    getCountFromServer
    getDoc
    getDocFromCache
    getDocFromServer
    getDocs
    getDocsFromCache
    getDocsFromServer
    getFirestore
    getPersistentCacheIndexManager
    increment
    initializeFirestore

    Creates a Firestore instance with the given settings.

    limit
    limitToLast
    loadBundle
    namedQuery
    onSnapshot
    onSnapshotsInSync
    or
    orderBy
    query
    queryEqual
    refEqual
    runTransaction
    serverTimestamp
    setDoc
    setLogLevel
    snapshotEqual
    startAfter
    startAt
    sum
    terminate
    updateDoc
    vector
    waitForPendingWrites
    where
    writeBatch

    Classes

    Bytes
    FieldPath
    FieldValue
    GeoPoint
    LoadBundleTask
    QueryCompositeFilterConstraint
    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.

    QueryEndAtConstraint
    QueryFieldFilterConstraint

    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.

    QueryLimitConstraint
    QueryOrderByConstraint
    QueryStartAtConstraint
    Timestamp
    VectorValue

    References

    AddPrefixToKeys → AddPrefixToKeys
    AggregateField → AggregateField
    aggregateFieldEqual → aggregateFieldEqual
    AggregateFieldType → AggregateFieldType
    AggregateQuerySnapshot → AggregateQuerySnapshot
    aggregateQuerySnapshotEqual → aggregateQuerySnapshotEqual
    AggregateSpec → AggregateSpec
    AggregateSpecData → AggregateSpecData
    AggregateType → AggregateType
    ChildUpdateFields → ChildUpdateFields
    CollectionReference → CollectionReference
    DocumentChange → DocumentChange
    DocumentChangeType → DocumentChangeType
    DocumentData → DocumentData
    DocumentReference → DocumentReference
    DocumentSnapshot → DocumentSnapshot
    EmulatorMockTokenOptions → EmulatorMockTokenOptions
    ExperimentalLongPollingOptions → ExperimentalLongPollingOptions
    Filter → Filter
    FirebaseApp → FirebaseApp
    Firestore → Firestore
    FirestoreDataConverter → FirestoreDataConverter
    FirestoreError → FirestoreError
    FirestoreLocalCache → FirestoreLocalCache
    FirestoreSettings → FirestoreSettings
    LoadBundleTaskProgress → LoadBundleTaskProgress
    LogLevel → LogLevel
    MemoryLocalCache → MemoryLocalCache
    NestedUpdateFields → NestedUpdateFields
    OrderByDirection → OrderByDirection
    PartialWithFieldValue → PartialWithFieldValue
    PersistenceSettings → PersistenceSettings
    PersistentLocalCache → PersistentLocalCache
    Primitive → Primitive
    Query → Query
    QueryConstraintType → QueryConstraintType
    QueryDocumentSnapshot → QueryDocumentSnapshot
    QuerySnapshot → QuerySnapshot
    SetOptions → SetOptions
    SnapshotListenOptions → SnapshotListenOptions
    SnapshotMetadata → SnapshotMetadata
    SnapshotOptions → SnapshotOptions
    TaskState → TaskState
    Transaction → Transaction
    TransactionOptions → TransactionOptions
    UnionToIntersection → UnionToIntersection
    Unsubscribe → Unsubscribe
    UpdateData → UpdateData
    WhereFilterOp → WhereFilterOp
    WithFieldValue → WithFieldValue
    WriteBatch → WriteBatch

    Type Aliases

    QueryFilterConstraint
    QueryNonFilterConstraint

    Variables

    CACHE_SIZE_UNLIMITED
    SDK_VERSION