Skip to content
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

🐛 [FIREBASE_CORE_DESKTOP] Not compatible with firebase messaging #132

Open
Vinayak006 opened this issue Oct 24, 2023 · 0 comments
Open

Comments

@Vinayak006
Copy link

Bug report

firebase_core_desktop not compatible with the firebase_messaging.

Steps to reproduce

  1. Add the below to the pubspec.yaml:
    firebase_core_desktop: ^1.0.2
    firebase_messaging: ^14.7.1

Expected behavior

when running flutter pub get there shouldn't be any errors and both should added successfully.

Actual behavior

Resolving dependencies...
Because no versions of firebase_messaging match >14.7.1 <15.0.0 and firebase_messaging 14.7.1 depends on firebase_core_platform_interface ^5.0.0, firebase_messaging ^14.7.1 requires firebase_core_platform_interface ^5.0.0.
And because firebase_core_desktop >=1.0.2 depends on firebase_core_platform_interface ^4.5.0, firebase_messaging ^14.7.1 is incompatible with firebase_core_desktop >=1.0.2.
So, because copper_u_c depends on both firebase_core_desktop ^1.0.2 and firebase_messaging ^14.7.1, version solving failed.
exit code 1

What to do

Need to update the firebase_core_platform_interface package in firebase_core_desktop's pubspec.yaml to the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant