-
Notifications
You must be signed in to change notification settings - Fork 433
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
StringIndexOutOfBoundsException on firestore API with unicode character #900
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
Thanks for this report and I'm sorry for the trouble. I'm not yet sure what the cause of this issue is yet, but I've managed to reproduce the error you're seeing and will give updates as I have have them. |
@wilhuff I wish this would fix and release immediately. I couldn't just roll back to 6.16.1 because it will have dependency conflict in ios. While 7.0.1 let me build ios but will have this error in android |
I've found the issue and submitted a fix for review. This was a regression introduced in 7.0.0. I'll discuss our release options with the team tomorrow. What's the dependency conflict issue with rolling back to 6.16.1? My understanding is that if you roll back the Unity SDK and the corresponding CocoaPods there should be no conflict. |
@wilhuff Sorry for not being clear, it just conflict dependency with admob that I was upgraded along with firebase 7.0 |
@wilhuff How the fix is going? Could we have ETA about this? |
The download package has been released. The Unity Package Manager release is in progress. |
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
There are weird error in android when using firebase 7.0.1, which is not occur in 6.16.1 when there is unicode character in firestore document
Steps to reproduce:
Listening to collection query normally and just try to access field with unicode
It then error like this
"message" : "محمد"
but also happen to emoji too. Maybe any unicode would be the same problemRelevant Code:
The text was updated successfully, but these errors were encountered: