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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -