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
Create most of the necessary models (User, FriendRequest, Game, Round, Hand) (4h)
Study different ways of serializing (kotlinx.serialization, Moshi, Gson)
After studying it, none of them seems to offer needed serialization (DataClass <-> Map<String, Any>).
Thus opted for the simplest solution: let Firebase serialize the models.
This loses lots of customization opportunities, but seems the easiest.
(4h)
Add Firebase support and register it in the Firebase Console. (<1h)