voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 496 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) > [ref](./firestore_lite.documentsnapshot.ref.md)
## DocumentSnapshot.ref property
The `DocumentReference` for the document included in the `DocumentSnapshot`<!-- -->.
<b>Signature:</b>
```typescript
get ref(): DocumentReference<T>;
```