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


i facing weird error firefox dev edition not google signin script. works in chrome not in firefox.

i using same javascript shown in google signin documentation.

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

interestingly, if use older version of javascript (from cached page), works in firefox dev edition.

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

does have clue what's going on? because don't!


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -