How to decode strings with emojis from Firestore? #9306
Unanswered
jefrrey017
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have this string with emojis stored in the Firestore. When I query them on my app and try to render it on a
Text
widget, it throwsInvalid argument(s) : string is not well-formed UTF-16
.Rather than showing the emojis, the
Text
widget renders thisCould somebody suggest a workaround for this?
Beta Was this translation helpful? Give feedback.
All reactions