3
Hello, I am using the angularfire2 v4.0.0-rc.2 package in an angular4 project published in firebase.
I integrated the logins of facebook and google and both are working perfectly in the browser of the pc and also in a native android app.
When trying to log in using your phone’s browser, I get an error screen:
I found several posts about google have warned that would block access via webview, however, long ago and the angularfire2 library should already be updated for this, probably.
I tried to change the login method via popup to login with redirect but the result was the same error screen in the mobile browser.
You can help: https://stackoverflow.com/q/38664350
– Jefferson Quesado
Thank you, Jefferson, but it doesn’t apply to my project
– Sérgio S. Filho
I realized now that installing another browser (Chrome) in mobile the login with google back to work... So maybe an Around work is to make a list of blocked user-Agents and warn the user that their browser is incompatible... =\
– Sérgio S. Filho