I\'m trying to add a Google Sign In Authentication system to my app, but I keep getting a strange error that I haven\'t seen anyone get. I\'m using EXACTLY the google exampl
As already answered by KoJoVe, you need to run inside a web server. If you are using Python 2.7 you might use python -m SimpleHTTPServer 8000 and then use localhost:8000 on your browser