Jump to top

FirestoreDataConverter

alias

Converter used by withConverter() to transform user objects of type T into Firestore data.

Using the converter allows you to specify generic type arguments when storing and retrieving objects from Firestore.

Type

{ fromFirestore: T = DocumentData, toFirestore: DocumentData }