You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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):
Consider performing the cleanup step immediately, even before attempting the login process. This may prevent storageListener from being triggered again.
The text was updated successfully, but these errors were encountered: