voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 511 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) > [query](./firestore_lite.querysnapshot.query.md)
## QuerySnapshot.query property
The query on which you called [getDocs()](./firestore_.getdocs.md) in order to get this `QuerySnapshot`<!-- -->.
<b>Signature:</b>
```typescript
readonly query: Query<T>;
```