UNPKG

voluptasmollitia

Version:
27 lines (15 loc) 766 B
<!-- 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; [withConverter](./firestore_.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_.query.md)<!-- -->&lt;[DocumentData](./firestore_.documentdata.md)<!-- -->&gt; A `Query<DocumentData>` that does not use a converter.