🐛 firebase_ui_oauth_facebook version ^1.3.0 is not compatible with flutter_facebook_auth version ^7.1.1 (the most recent) #436
Labels
auth
Keep Open
Keep PR or issue open
Needs Attention
OP created or responded to issue and it needs attention.
platform: all
Is there an existing issue for this?
What plugin is this bug for?
Firebase UI OAuth Facebook
What platform(s) does this bug affect?
iOS
List of dependencies used.
flutter pub deps -s list
Steps to reproduce
flutter pub add flutter_facebook_auth
.flutter_facebook_auth: ^7.1.1
will be automatically added.flutter pub add firebase_ui_oauth_facebook
. Got:Expected Behavior
The newest
firebase_ui_oauth_facebook
package (^1.3.0) should be compatible with the currentflutter_facebook_auth
package version (^7.1.1).Actual Behavior
The newest
firebase_ui_oauth_facebook
package (^1.3.0) is not compatible with the currentflutter_facebook_auth
package version (^7.1.1).Additional Information
No response
The text was updated successfully, but these errors were encountered: