<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [/](./firestore_.md) &gt; [SnapshotListenOptions](./firestore_.snapshotlistenoptions.md) &gt; [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;
```
