voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 476 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) > [QuerySnapshot](./firestore_lite.querysnapshot.md) > [docs](./firestore_lite.querysnapshot.docs.md)
## QuerySnapshot.docs property
An array of all the documents in the `QuerySnapshot`<!-- -->.
<b>Signature:</b>
```typescript
get docs(): Array<QueryDocumentSnapshot<T>>;
```