Home > @firebase/firestore > / > DocumentChangeType
DocumentChangeType type
The type of a DocumentChange
may be 'added', 'removed', or 'modified'.
Signature:
export declare type DocumentChangeType = 'added' | 'removed' | 'modified';
Home > @firebase/firestore > / > DocumentChangeType
The type of a DocumentChange
may be 'added', 'removed', or 'modified'.
Signature:
export declare type DocumentChangeType = 'added' | 'removed' | 'modified';