<!-- 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; [empty](./firestore_lite.querysnapshot.empty.md)

## QuerySnapshot.empty property

True if there are no documents in the `QuerySnapshot`<!-- -->.

<b>Signature:</b>

```typescript
get empty(): boolean;
```
