Skip to content

🐛 firebase_ui_firestore is incompatible with cloud_firestore 6.0.0 #528

@rorystephenson

Description

@rorystephenson

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs AttentionOP created or responded to issue and it needs attention.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions