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