Home > @firebase/firestore > / > CollectionReference > withConverter
CollectionReference.withConverter() method
Removes the current converter.
Signature:
withConverter(converter: null): CollectionReference<DocumentData>;
Parameters
Parameter | Type | Description |
---|---|---|
converter | null | null removes the current converter. |
Returns:
CollectionReference<DocumentData>
A CollectionReference<DocumentData>
that does not use a converter.