Class FirestoreSerializer
Methods
Static deserialize
- deserialize<T>(doc: DocumentSnapshot, Model: object, parentCollection: ICollection<T>): T
-
Type parameters
Parameters
-
doc: DocumentSnapshot
-
Model: object
-
Returns T
Static serialize
-
Type parameters
Parameters
Class to help with serialization between Entity objects and firestore documents.