voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 461 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/firestore](./firestore.md) > [lite](./firestore_lite.md) > [DocumentSnapshot](./firestore_lite.documentsnapshot.md) > [id](./firestore_lite.documentsnapshot.id.md)
## DocumentSnapshot.id property
Property of the `DocumentSnapshot` that provides the document's ID.
<b>Signature:</b>
```typescript
get id(): string;
```