If anyone using <https://firebaseopensource.com/pr...
# multiplatform
j
If anyone using https://firebaseopensource.com/projects/gitliveapp/firebase-kotlin-sdk/ Anyone know which kotlinx serialization things it supports vs not? Does it for example supporting Maps, Lists and such as long as all items nested is @Serializable? For now I am ignoring sealed classes, even though it looks like they support that as well. It differs from when doing this natively per each platform, hence asking here in multi platform 🙂