voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 442 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/firestore](./firestore.md) > [/](./firestore_.md) > [QuerySnapshot](./firestore_.querysnapshot.md) > [empty](./firestore_.querysnapshot.empty.md)
## QuerySnapshot.empty property
True if there are no documents in the `QuerySnapshot`<!-- -->.
<b>Signature:</b>
```typescript
get empty(): boolean;
```