React Native Firebase
    Preparing search index...
    Index

    Constructors

    Methods

    • Clears the command buffer and any pending result in prep for the next transaction iteration attempt.

      Returns void

    • Reads the document referenced by the provided DocumentReference.

      Parameters

      • documentRef: DocumentReference

      Returns Promise<default>

    • Writes to the document referred to by the provided DocumentReference.

      Parameters

      • documentRef: DocumentReference
      • data: Record<string, unknown>
      • Optionaloptions: SetOptions

      Returns this

    • Parameters

      • documentRef: DocumentReference
      • ...args: unknown[]

      Returns this

    Properties

    _calledGetCount: number
    _commandBuffer: TransactionCommand[]
    _firestore: FirestoreInternal
    _pendingResult: unknown