Fires2REST - v0.3.0
    Preparing search index...

    Interface FirestoreDocument

    A Firestore document as returned by the REST API

    interface FirestoreDocument {
        createTime?: string;
        fields?: Record<string, FirestoreValue>;
        name?: string;
        updateTime?: string;
    }
    Index

    Properties

    createTime?: string

    Timestamp when the document was created

    fields?: Record<string, FirestoreValue>

    The document fields

    name?: string

    The resource name of the document

    updateTime?: string

    Timestamp when the document was last updated