-
Notifications
You must be signed in to change notification settings - Fork 1.9k
6.0.0 missing FirestoreRecyclerOptions? #1676
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
@achuinard @willgurht thank you for reporting! This is ... not good. I will have to take a look. |
OK I used dex-member-list to analyze the members of firestore 5.1.0 vs 6.0.0 and this is the diff: There are a lot of missing classes ( |
Working on this in #1678, once it's merged we will have a |
Ok this has been fixed in |
Thanks @samtstern. Just waiting on 6.0.2 first though... |
That's coming today, thanks for your patience! |
Welcome to FirebaseUI and thanks for submitting an issue!
Please take a look at open issues, as well as resolved issues, to see if your issue is either already being addressed, or has been solved by someone else.
If not, please feel free to fill in the following info so we can help faster!
Step 1: Are you in the right place?
Step 2: Describe your environment
Step 3: Describe the problem:
App will not compile, says FirestoreRecyclerOptions doesn't exist as a class.
Steps to reproduce:
Upgrade to 6.0.0 in your build.gradle.
Observed Results:
It doesn't compile.
Expected Results:
I wanted the app to compile.
The text was updated successfully, but these errors were encountered: