UNPKG

voluptasmollitia

Version:
27 lines (15 loc) 789 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.md) ## Query.withConverter() method Removes the current converter. <b>Signature:</b> ```typescript withConverter(converter: null): Query<DocumentData>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | converter | null | <code>null</code> removes the current converter. | <b>Returns:</b> [Query](./firestore_lite.query.md)<!-- -->&lt;[DocumentData](./firestore_lite.documentdata.md)<!-- -->&gt; A `Query<DocumentData>` that does not use a converter.