voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 433 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/firestore](./firestore.md) > [/](./firestore_.md) > [DocumentChange](./firestore_.documentchange.md) > [doc](./firestore_.documentchange.doc.md)
## DocumentChange.doc property
The document affected by this change.
<b>Signature:</b>
```typescript
readonly doc: QueryDocumentSnapshot<T>;
```