Description
Describe your environment
Issue noticed in mobile web : Android devices + chrome browser
Operating system: Android 12
Chrome version : 120.0.6099.230
Configuration used : 'signInFlow': 'popup',
Tried different firebase-ui-auth versions 6.1.0, 6.0.0 with firebase JS SDK v9 & v10 compat, but no luck.
Describe the problem
In mobile devices Facebook login is not working , No error message/ warnings displayed.
Created exactly same project & updated firebase configurations:- https://fir-ui-demo-84a6c.firebaseapp.com/
Steps to reproduce:
Create exactly same project - https://fir-ui-demo-84a6c.firebaseapp.com/ and try it on chrome browser in an android device
( 'signInFlow': 'popup')
Click facebook login , after login from facebook it will just land on app-login page. without logging in.
Additional information
Working fine in desktop browsers and IOS Devices .
Also noticed, if we changed 'signInFlow': 'redirect', it will work first time , (second time we need to clear the cookie to make it work)