voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
14 lines (8 loc) • 399 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/firestore](./firestore.md) > [/](./firestore_.md) > [Query](./firestore_.query.md) > [type](./firestore_.query.type.md)
## Query.type property
The type of this Firestore reference.
<b>Signature:</b>
```typescript
readonly type: 'query' | 'collection';
```