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