You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The dependencies on firebase_core_desktop need to be updated to be able to run with latest firebase_core_platform_interface
Steps to reproduce
Steps to reproduce the behavior:
add package below to the pubspec
firebase_messaging: ^15.1.0
firebase_core_desktop ^1.0.2
Click To Expand
Because firebase_core_desktop >=1.0.1 <1.0.2 depends on firebase_core_platform_interface ^4.4.3 and no versions of firebase_core_desktop match >1.0.2
<2.0.0, firebase_core_desktop >=1.0.1 <1.0.2-∞ or >1.0.2 <2.0.0 requires firebase_core_platform_interface ^4.4.3.
And because firebase_core_desktop 1.0.2 depends on firebase_core_platform_interface ^4.5.0 and firebase_messaging >=14.7.0 <15.0.1 depends on
firebase_core_platform_interface ^5.0.0, firebase_core_desktop ^1.0.1 is incompatible with firebase_messaging >=14.7.0 <15.0.1.
So, because flutter_firebase depends on both firebase_core_desktop ^1.0.1 and firebase_messaging ^14.9.2, version solving failed