voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 526 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/firestore](./firestore.md) > [/](./firestore_.md) > [DocumentSnapshot](./firestore_.documentsnapshot.md) > [metadata](./firestore_.documentsnapshot.metadata.md)
## DocumentSnapshot.metadata property
Metadata about the `DocumentSnapshot`<!-- -->, including information about its source and local modifications.
<b>Signature:</b>
```typescript
readonly metadata: SnapshotMetadata;
```