voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 457 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) > [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;
```