FirebaseExtended / flutterfire_desktop

An early-stage, experimental pure-Dart implementation of Firebase SDKs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ› [firebase_auth_desktop] Update dependences due crashlitycs update

memotai-admin opened this issue Β· comments

Due this issue [#422] (firebase/firebase-android-sdk#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

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