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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -