-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Labels
Needs AttentionOP created or responded to issue and it needs attention.OP created or responded to issue and it needs attention.
Description
Is there an existing issue for this?
- I have searched the existing issues and found no duplicates.
What plugin is this bug for?
Firebase UI Firestore
What platform(s) does this bug affect?
Android, iOS, macOS, Web, Linux, Windows
List of dependencies used.
... not relevant
Steps to reproduce
Try adding cloud_firestore ^6.0.0 and the latest version of firebase_ui_firestore in pubspec.yaml:
Because firebase_ui_firestore >=1.7.2 depends on cloud_firestore ^5.6.9 and app depends on cloud_firestore ^6.0.0, firebase_ui_firestore >=1.7.2 is forbidden.
So, because app depends on firebase_ui_firestore ^1.7.2, version solving failed.
You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on cloud_firestore: flutter pub add cloud_firestore:^5.6.12
Failed to update packages.
Expected Behavior
Should be compatible with the latest version of cloud_firestore.
Actual Behavior
It's not.
Additional Information
No response
kermitdefroghere, alexodus, humazed, shatanikmahanty, mau-fontana and 3 more
Metadata
Metadata
Assignees
Labels
Needs AttentionOP created or responded to issue and it needs attention.OP created or responded to issue and it needs attention.