FirebaseExtended / flutterfire_desktop

An early-stage, experimental pure-Dart implementation of Firebase SDKs.
Other
404 stars 57 forks source link

🐛 [firebase_auth_desktop] Update dependences due crashlitycs update #113

Open memotai-admin opened 1 year ago

memotai-admin commented 1 year ago

Due this issue [#422] (https://github.com/firebase/firebase-android-sdk/issues/4223) we get this error when try to get packages

Because firebase_crashlytics >=3.0.2 depends on firebase_core ^2.1.0 and my_app_name depends on firebase_core 1.22.0, firebase_crashlytics >=3.0.2 is forbidden.
So, because my_app_name depends on firebase_crashlytics ^3.0.2, version solving failed.
pub get failed (1; So, because my_app_name depends on firebase_crashlytics ^3.0.2, version solving failed.)
exit code 1

Same on #112

Fraa-124 commented 1 year ago

We can't use this package with latest versions of firebase packages, can you help @pr-Mais to bump versions ?