Fires2REST - v0.3.0
    Preparing search index...

    Interface WriteResult

    Result of a write operation

    interface WriteResult {
        transformResults?: FirestoreValue[];
        updateTime?: string;
    }
    Index

    Properties

    transformResults?: FirestoreValue[]

    The results of applying transforms

    updateTime?: string

    The last update time of the document after applying the write