Fires2REST - v0.3.0
    Preparing search index...

    Interface BatchGetResponse

    Response from batchGet

    interface BatchGetResponse {
        found?: FirestoreDocument;
        missing?: string;
        readTime?: string;
        transaction?: string;
    }
    Index

    Properties

    A document that was found

    missing?: string

    A document name that was not found

    readTime?: string

    The read time of this result

    transaction?: string

    Transaction ID if part of a transaction