New Google Signin (Web) doesn't work in Firefox Dev Edition

116 views Asked by At

I am facing this weird error where Firefox Dev edition would just not get the google signin script. It works in Chrome but not in Firefox.

I am using the same javascript as shown in the google signin documentation.

<script src="https://apis.google.com/js/platform.js" async defer></script>

Interestingly, if I use an older version of the javascript (from cached page), it works in Firefox dev edition.

<script src="https://apis.google.com/js/client:platform.js" async defer></script>

Does anyone have a clue about what's going on? Because I don't!

0

There are 0 answers