UNPKG

veritatisdoloremque

Version:
23 lines (13 loc) 765 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; [CollectionReference](./firestore_.collectionreference.md) &gt; [withConverter](./firestore_.collectionreference.withconverter_1.md) ## CollectionReference.withConverter() method <b>Signature:</b> ```typescript withConverter<U>(converter: FirestoreDataConverter<U>): CollectionReference<U>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | converter | [FirestoreDataConverter](./firestore_.firestoredataconverter.md)<!-- -->&lt;U&gt; | | <b>Returns:</b> [CollectionReference](./firestore_.collectionreference.md)<!-- -->&lt;U&gt;