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
Already using kotlinx.serialization for saving state in Workflows. There is a library for the Properties format which actually serialises to/from Map<String, Any> which is exactly what we want when writing/reading from Firestore.
Already using kotlinx.serialization for saving state in Workflows. There is a library for the Properties format which actually serialises to/from
Map<String, Any>
which is exactly what we want when writing/reading from Firestore.See also the Kotlinx Serialization Guide about this lib
The text was updated successfully, but these errors were encountered: