<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [/](./firestore_.md) &gt; [Query](./firestore_.query.md) &gt; [type](./firestore_.query.type.md)

## Query.type property

The type of this Firestore reference.

<b>Signature:</b>

```typescript
readonly type: 'query' | 'collection';
```
