Skip to content

Conversation

aebrahim
Copy link

@aebrahim aebrahim commented Aug 6, 2025

Description

This allows a newer version (7.0.0) of the facebook_flutter_auth dependency which adds support for Facebook Limited Login

Related Issues

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]).
This will ensure a smooth and quick review process. Updating the pubspec.yaml and changelogs is not required.

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • My PR includes unit or integration tests for all changed/updated/fixed behaviors (See [Contributor Guide]).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (melos run analyze) does not report any problems on my PR.
  • All unit tests pass (melos run test:unit:all doesn't fail).
  • I read and followed the [Flutter Style Guide].
  • I signed the [CLA].
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change.
  • No, this is not a breaking change.

This fixes firebase#470 by allowing a version of the dependency which adds support for Facebook Limited Login
@aebrahim aebrahim changed the title [firebase_ui_auth] Allow latest facebook_flutter_auth [chore] Allow latest facebook_flutter_auth Aug 6, 2025
@aebrahim aebrahim changed the title [chore] Allow latest facebook_flutter_auth chore: Allow latest facebook_flutter_auth Aug 6, 2025
@aebrahim aebrahim changed the title chore: Allow latest facebook_flutter_auth chore(deps): Allow latest facebook_flutter_auth Aug 6, 2025
@aebrahim aebrahim marked this pull request as ready for review August 6, 2025 16:38
Copy link

github-actions bot commented Sep 3, 2025

Hello 👋, this PR has been opened for more than 2 months with no activity on it.

If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing!

You have 15 days until this gets closed automatically

@github-actions github-actions bot added the Stale Issue with no recent activity label Sep 3, 2025
@aebrahim
Copy link
Author

aebrahim commented Sep 5, 2025

@russellwheatley - sorry for the ping, but the github-actions bot told me to ping a maintainer as this PR has gone stale waiting for a review.

@github-actions github-actions bot removed the Stale Issue with no recent activity label Sep 5, 2025
@aebrahim
Copy link
Author

Bump!

@Erik-Dan-Tran
Copy link

Bump

@shic
Copy link

shic commented Sep 21, 2025

BUMP!

1 similar comment
@majdshamma
Copy link

BUMP!

@GhaithqD
Copy link

bump

@LeeJMorel
Copy link

bump!

@Dennis-who
Copy link

bump

1 similar comment
@storyishere
Copy link

bump

@Mahongru
Copy link

Bump

@russellwheatley russellwheatley changed the title chore(deps): Allow latest facebook_flutter_auth fix(facebook): Allow latest facebook_flutter_auth Sep 30, 2025
@shic
Copy link

shic commented Oct 1, 2025

Are you sure it works just upgrade flutter_facebook_auth version? From flutter_facebook_auth 6.x to 7.x there should be breaking change.

When I use this PR in my project got error:

../../../.pub-cache/git/FirebaseUI-Flutter-2e1cd03094952e24d1f107fe27d5525788596651/packages/firebase_ui_oauth_facebook/lib/src/provider.dart:36:43: Error: The getter 'token' isn't defined for the type 'AccessToken'.
provider.dart:36
 - 'AccessToken' is from 'package:flutter_facebook_auth_platform_interface/src/access_token.dart' ('../../../.pub-cache/hosted/pub.dev/flutter_facebook_auth_platform_interface-6.1.2/lib/src/access_token.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'token'.
        final token = result.accessToken!.token;
                                          ^^^^^
Target kernel_snapshot_program failed: Exception
2

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileFlutterBuildUserdevDebug'.
> Process 'command '/Users/shi/flutter/bin/flutter'' finished with non-zero exit value 1

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

BUILD FAILED in 6s
Error: Gradle task assembleUserdevDebug failed with exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants