-
Notifications
You must be signed in to change notification settings - Fork 138
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
Not compatible with cloud_firestore's latest version #149
Comments
herryelbert
changed the title
Not compatible with Firestore's latest version
Not compatible with cloud_firestore's latest version
Oct 22, 2022
Hi, for now you can use this fork:
|
Hi waqad, I ended up forking and upgrading the dependencies myself, but still thanks for the help! Appreciate it :D |
Please update officially to cloud_firestore: ^4.0.4 |
Hi, @vedartm please update the dependency, thanks in advance! |
This library not maintained? |
@Albejr I think so, we asked for dependency update, and nothing so far :( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I've been using this package for quite a while. And recently, a new feature from Firestore just got launched, which is count(). I wanted to use that feature, but the problem is, I have to upgrade my cloud_firestore package to the latest version, which paginate_firestore doesn't support and results in a version conflict. Is there any chance you can make it so that paginate_firestore is compatible with cloud_firestore's latest version? Or can I do it by myself by forking the package? Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: