Firebase / angularFire2 v5 authentication problem on mobile devices

I am creating PWA and trying to use firebase / angularfire2 v5 to authenticate my users against Facebook or Google (I followed the tutorial that is available on the angularfire2 github website). When I use the application in a “normal” browser on my desktop or mobile device, everything works fine. The problem starts when I install the application on a mobile device and try to use authentication (in manifest.json the value on the properties screen is set to "standalone"). I hit a blank page. I tried to solve this problem using both authentication methods: popup and redirection. Both have the same problem.

Am I missing any configuration? Have you encountered similar problems? How did you fix it?

0
source share
1 answer

I think this is due to this Chrome bug that affects standalone PWAs: https://bugs.chromium.org/p/chromium/issues/detail?id=771418

+1
source

Source: https://habr.com/ru/post/1688760/


All Articles