@jiway/firestorm-core - v1.1.1
    Preparing search index...

    Class DocumentListenerEvent<T_model>

    Event emitted when a document is changed

    Type Parameters

    Index

    Properties

    Accessors

    Properties

    Source of the change, either local or server

    Accessors

    • get document(): FirestoreDocument | null

      The state of the document after the change

      Returns FirestoreDocument | null

    • get model(): T_model | null

      The state of the model after the change

      Returns T_model | null