-
Notifications
You must be signed in to change notification settings - Fork 1.9k
The latest version 8.0.1 crashes the app with IllegalStateException (whereas 8.0.0 works completely fine) #2037
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
the same error occured |
I posted this a month ago, but no answers yet |
Internal bug filed at b/235862945 |
Thanks for filing this @vedprakashwagh ! I'll have a look at it. Edit: this is not a duplicate because it refers to Firestore, while the other issue refers to the Realtime Database. |
@vedprakashwagh Can you please also share the full |
@thatfiredev I'm getting the same error with this Query: Query query = notebookRef.orderBy("timestampSort", Query.Direction.ASCENDING); |
@thatfiredev Hey! Yes, here's the query. query = Firebase.firestore.collection("collectionName") |
After two days of debugging my code, I also figured that version 8.0.0 still works where 8.0.1 crashes on the first paging load (not initial). Query also is of the sort Firebase.firestore.collection("collectionName") |
This issue should be solved in version 8.0.2 |
Environment
Problem:
Steps to reproduce:
Scrolling through FirestorePagingAdapter will crash the app after first or second fetch.
Observed Results:
App crashes with following error.
Expected Results:
Load the next set of data
Relevant Code:
It works perfectly fine with FirebaseUI version 8.0.0, but upgrading to 8.0.1 crashes the app with following error.
The text was updated successfully, but these errors were encountered: