React Native Firebase
    Preparing search index...

    Class Query<AppModelType, DbModelType>Internal

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Accessors

    Constructors

    Methods

    • Parameters

      • cursor: "startAt" | "startAfter" | "endAt" | "endBefore"
      • docOrField: default<AppModelType, DbModelType> | DocumentFieldValueInternal
      • fields: DocumentFieldValueInternal[]

      Returns QueryModifiers

    • Parameters

      • ...args: unknown[]

      Returns () => void

    Properties

    _collectionPath: FirestorePath
    _firestore: FirestoreInternal
    _modifiers: QueryModifiers
    _queryName: string | undefined
    type: "query" | "collection" = 'query'

    Satisfies Query<DocumentData, DocumentData> for AggregateQuerySnapshot and similar.