my team uses firebase auth and we recently run into major problems. We started advertising our website on facebook. Unfortunately, facebook app opens all the links in the in-app webview. Google blocked support for signing in with provider through embedded browser, so none of the users that opens our webapp through facebook/messenger/instagram apps can sign in. Google/Facebook sign-in returns 403: disallowed_usegagent
and it is impossible to sign up. Is there any workaround? Has anyone experienced a similar issue?
Asked
Active
Viewed 2,078 times
11

mmm
- 153
- 2
- 8
-
Other than _telling_ your users, that they should please open the site in a real browser … probably not. – CBroe May 14 '20 at 12:48
1 Answers
4
Not sure about Google, but for Facebook I would recommend:
- do not use SignWithPopup in firebase
- set
Embedded Browser OAuth Login
to value ON for Facebook login app in Facebook developers console

Alexandr Skachkov
- 550
- 4
- 8