Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Firestore FieldValue.arrayUnion incorrectly uses platform's firestore serialisation #708

Open
crc-32 opened this issue Mar 1, 2025 · 0 comments

Comments

@crc-32
Copy link

crc-32 commented Mar 1, 2025

Performing e.g. DocumentReference.update("list" to FieldValue.arrayUnion(foo)) currently does not use kotlinx serialization even if a @Serializable class is used, but then when retrieving the data it will be used correctly meaning stored data fails to deserialize.

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

No branches or pull requests

1 participant