React Native Firebase
    Preparing search index...

    Functions

    addDoc
    and
    arrayRemove
    arrayUnion
    average
    clearIndexedDbPersistence
    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
    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

    AggregateField
    AggregateQuerySnapshot
    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
    QueryLimitConstraint
    QueryOrderByConstraint
    QueryStartAtConstraint
    SnapshotMetadata
    Timestamp
    VectorValue

    References

    DocumentSnapshot → default
    Filter → Filter
    QuerySnapshot → default
    Transaction → default
    WriteBatch → default

    Type Aliases

    QueryFilterConstraint
    QueryNonFilterConstraint

    Variables

    CACHE_SIZE_UNLIMITED