<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [lite](./firestore_lite.md) &gt; [QuerySnapshot](./firestore_lite.querysnapshot.md) &gt; [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>>;
```
