Firebase + Ionic3 Error: disallowed_useragent
You should follow the instructions in this article. I don't think signInWithPopup
method is supported, you should try signInWithRedirect
instead.
I managed to fix the disallowed_useragent
error by adding the following to my config.xml
:
<preference name="OverrideUserAgent" value="Mozilla/5.0 Google" />