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
Performing e.g. DocumentReference.update("list" to FieldValue.arrayUnion(foo)) currently does not use kotlinx serialization even if a @Serializable class is used, but then when retrieving the data it will be used correctly meaning stored data fails to deserialize.