Skip to content

Serialization of com.google.firebase.firestore.GeoPoint is not possible #324

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
Jolanrensen opened this issue Jun 18, 2022 · 0 comments
Closed

Comments

@Jolanrensen
Copy link

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 :)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants