You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Firestore.Decode and Firestore.Codec, you are able to specify a decoder for a document which can decode each of its fields with the relevant decoder. However, there is no way to do this for nested objects (e.g. objects in arrays).
This would require creating a Field similar to the way that we can create a Document.
The text was updated successfully, but these errors were encountered:
In
Firestore.Decode
andFirestore.Codec
, you are able to specify a decoder for a document which can decode each of its fields with the relevant decoder. However, there is no way to do this for nested objects (e.g. objects in arrays).This would require creating a
Field
similar to the way that we can create aDocument
.The text was updated successfully, but these errors were encountered: