Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 firebase_ui_oauth_facebook version ^1.3.0 is not compatible with flutter_facebook_auth version ^7.1.1 (the most recent) #436

Open
1 task done
alpb0130 opened this issue Nov 16, 2024 · 3 comments
Labels
auth Keep Open Keep PR or issue open Needs Attention OP created or responded to issue and it needs attention. platform: all

Comments

@alpb0130
Copy link

alpb0130 commented Nov 16, 2024

Is there an existing issue for this?

  • I have searched the existing issues and found no duplicates.

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
  Resolving dependencies...
  Because firebase_ui_oauth_facebook 1.3.0 depends on flutter_facebook_auth ^6.0.3 and no versions of firebase_ui_oauth_facebook match >1.3.0 <2.0.0,
  firebase_ui_oauth_facebook ^1.3.0 requires flutter_facebook_auth ^6.0.3.
  So, because zzzon depends on both firebase_ui_oauth_facebook ^1.3.0 and flutter_facebook_auth ^7.1.1, version solving failed.

You can try the following suggestion to make the pubspec resolve:

  • Consider downgrading your constraint on flutter_facebook_auth: flutter pub add flutter_facebook_auth:^6.2.0

Steps to reproduce

  1. Install package flutter_facebook_auth: flutter pub add flutter_facebook_auth. flutter_facebook_auth: ^7.1.1 will be automatically added.
  2. Install package firebase_ui_oauth_facebook: flutter pub add firebase_ui_oauth_facebook. Got:
  Because firebase_ui_oauth_facebook <1.2.2 depends on flutter_facebook_auth ^4.4.0+1 and firebase_ui_oauth_facebook >=1.2.2 <1.2.9 depends on 
  flutter_facebook_auth ^5.0.8, firebase_ui_oauth_facebook <1.2.9 requires flutter_facebook_auth \^4.4.0+1 or \^5.0.8.
  
  And because firebase_ui_oauth_facebook >=1.2.9 <1.2.15 depends on flutter_facebook_auth ^6.0.1 and firebase_ui_oauth_facebook >=1.2.15 depends on
  flutter_facebook_auth ^6.0.3, every version of firebase_ui_oauth_facebook requires flutter_facebook_auth ^4.4.0+1 or ^5.0.8 or >=6.0.1 <7.0.0.
  
  So, because zzzon depends on both flutter_facebook_auth ^7.1.1 and firebase_ui_oauth_facebook any, version solving failed.

Expected Behavior

The newest firebase_ui_oauth_facebook package (^1.3.0) should be compatible with the current flutter_facebook_auth package version (^7.1.1).

Actual Behavior

The newest firebase_ui_oauth_facebook package (^1.3.0) is not compatible with the current flutter_facebook_auth package version (^7.1.1).

Additional Information

No response

@github-actions github-actions bot added the Needs Attention OP created or responded to issue and it needs attention. label Nov 16, 2024
@kelv-wong
Copy link

Any updates regarding this?

@russellwheatley
Copy link
Member

Hey @alpb0130 (or anyone else interested) - I will try to get round to this in the coming weeks, but if you want to create a PR in the meanwhile, I would absolutely take a look and help shepherd it through 👍

Copy link

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time. Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

@github-actions github-actions bot added the Stale Issue with no recent activity label Dec 24, 2024
@russellwheatley russellwheatley added Keep Open Keep PR or issue open and removed Stale Issue with no recent activity labels Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth Keep Open Keep PR or issue open Needs Attention OP created or responded to issue and it needs attention. platform: all
Projects
None yet
Development

No branches or pull requests

3 participants