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

Invalid login with Facebook #1460

Open
GaborSari opened this issue Jan 20, 2025 · 0 comments
Open

Invalid login with Facebook #1460

GaborSari opened this issue Jan 20, 2025 · 0 comments

Comments

@GaborSari
Copy link

Describe the bug
Cannot authenticate with Facebook on an Android phone during the first attempt without the Facebook application installed.

To Reproduce
Steps to reproduce the behavior:

Use initLoginFlowInPopup and choose Facebook as the provider.
On the first attempt, storageListener is triggered with the correct message.
The application attempts to log in, but the tryToLogin method triggers storageListener again, this time with a null value.

Expected behavior
The login process should complete successfully on the first attempt without requiring the Facebook app.

Env (please complete the following information):

  • OS: Android14
  • Browser: Chrome
  • Version: 132.0.6834.79

Consider performing the cleanup step immediately, even before attempting the login process. This may prevent storageListener from being triggered again.

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

No branches or pull requests

1 participant