FirebaseExtended / FirebaseExtended/flutterfire_desktop

🐛 [FIREBASE_CORE_DESKTOP] Not compatible with firebase messaging

Open
#132 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Dart
Stars
414
Forks
62
PR merge metrics
No merged PRs in 30d

Description

## 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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.