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
As the title says :) Firebase Firestore has support for GeoPoint and TimeStamp etc. natively, but since no KSerializer exists for this, (de)serialization fails.
I did manage to deserialize it from the decoder (from string) using a custom KSerializer, but encoding seems impossible from a user perspective. If there is already a way to bypass serialization (since firebase supports those classes natively), let me know :)
The text was updated successfully, but these errors were encountered:
As the title says :) Firebase Firestore has support for GeoPoint and TimeStamp etc. natively, but since no KSerializer exists for this, (de)serialization fails.
I did manage to deserialize it from the decoder (from string) using a custom KSerializer, but encoding seems impossible from a user perspective. If there is already a way to bypass serialization (since firebase supports those classes natively), let me know :)
The text was updated successfully, but these errors were encountered: