UNPKG

veritatisdoloremque

Version:
23 lines (13 loc) 690 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/firestore](./firestore.md) &gt; [lite](./firestore_lite.md) &gt; [Query](./firestore_lite.query.md) &gt; [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)<!-- -->&lt;U&gt; | | <b>Returns:</b> [Query](./firestore_lite.query.md)<!-- -->&lt;U&gt;