veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
23 lines (13 loc) • 690 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) > [Query](./firestore_lite.query.md) > [withConverter](./firestore_lite.query.withconverter_1.md)
## Query.withConverter() method
<b>Signature:</b>
```typescript
withConverter<U>(converter: FirestoreDataConverter<U>): Query<U>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| converter | [FirestoreDataConverter](./firestore_lite.firestoredataconverter.md)<!-- --><U> | |
<b>Returns:</b>
[Query](./firestore_lite.query.md)<!-- --><U>