An options object that can be passed to DocumentReference.onSnapshot(),
Query.onSnapshot() and QuerySnapshot.docChanges() to control which
types of changes to include in the result set.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-27 UTC."],[],[],null,["- [firebase](/docs/reference/js/v8/firebase).\n- [firestore](/docs/reference/js/v8/firebase.firestore).\n- SnapshotListenOptions \nAn options object that can be passed to `DocumentReference.onSnapshot()`,\n`Query.onSnapshot()` and `QuerySnapshot.docChanges()` to control which\ntypes of changes to include in the result set.\n\nIndex\n\nProperties\n\n- [includeMetadataChanges](/docs/reference/js/v8/firebase.firestore.SnapshotListenOptions#includemetadatachanges)\n\nProperties\n\nOptional includeMetadataChanges \nincludeMetadataChanges: boolean \nInclude a change even if only the metadata of the query or of a document\nchanged. Default is false."]]
An options object that can be passed to
DocumentReference.onSnapshot()
,Query.onSnapshot()
andQuerySnapshot.docChanges()
to control which types of changes to include in the result set.