<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [/](./firestore_.md) &gt; [DocumentChange](./firestore_.documentchange.md) &gt; [doc](./firestore_.documentchange.doc.md)

## DocumentChange.doc property

The document affected by this change.

<b>Signature:</b>

```typescript
readonly doc: QueryDocumentSnapshot<T>;
```
