voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 583 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/firestore](./firestore.md) > [/](./firestore_.md) > [SnapshotListenOptions](./firestore_.snapshotlistenoptions.md) > [includeMetadataChanges](./firestore_.snapshotlistenoptions.includemetadatachanges.md)
## SnapshotListenOptions.includeMetadataChanges property
Include a change even if only the metadata of the query or of a document changed. Default is false.
<b>Signature:</b>
```typescript
readonly includeMetadataChanges?: boolean;
```