-
Notifications
You must be signed in to change notification settings - Fork 1.6k
FIRESTORE INTERNAL ASSERTION FAILED: QueryComparator needs to have a key ordering. (expected has_key_ordering) #7672
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
Comments
Can you enable logging in your app and share the contents from a crashing device? |
No, I can't. the crash comes from customer devices. It is not reproduced on my device. |
Can you provide more context on what is happening in the application when the crash occurs? |
@isharing0726 looks like you're using an older major version of Firebase, can you try updating to the latest version to see if the crash has already been fixed since then? |
The above functions (listenChatMessageChangeFor and getChatMessages) might be called right before the crash. When the crash occurred, there was a thread executing the following. ` 0 libsystem_kernel.dylib 0x1bf6c2b5c poll + 8 |
As @morganchen12 was saying, can you upgrade to the latest version of the SDKs ad try again? |
ok, I'll update to the latest and let you know. |
@isharing0726 Do you know if this crash occurs with or without the |
I don't know. I can't verify it because the crash is occurring in customer devices. |
@isharing0726 is this still an issue with the latest SDK version? |
It is resolved. We're using 7.3.0. |
[REQUIRED] Step 1: Describe your environment
CocoaPods
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
Occurring on lots of customer devices. Don't know how to reproduce it.
Relevant Code:
The text was updated successfully, but these errors were encountered: