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
I cannot find any documented way to encode/decode array of objects in a subcollection of a document. Please help point it out if there is.
For example, I have object Group with an array "members" containing a list of object User.
How can I encode/decode "members" as a subcollection instead of a map (which is what CodableFirebase automatically encodes to).
Thank you!
The text was updated successfully, but these errors were encountered:
I cannot find any documented way to encode/decode array of objects in a subcollection of a document. Please help point it out if there is.
For example, I have object Group with an array "members" containing a list of object User.
How can I encode/decode "members" as a subcollection instead of a map (which is what CodableFirebase automatically encodes to).
Thank you!
The text was updated successfully, but these errors were encountered: