polymerfire
polymerfire copied to clipboard
Firebase Auth Google Provider not Working on Polymer Starter Kit 2.X
Description
I'm getting this error whenever I try I to use the this.$.auth.signInWithPopup(): (https://user-images.githubusercontent.com/13252897/30729119-b349156c-9f8f-11e7-9032-c34e3fb39832.png)
Expected outcome
Should show the sign in page that shows all your google accounts.
Actual outcome
This error occurs about Network Error (https://user-images.githubusercontent.com/13252897/30729119-b349156c-9f8f-11e7-9032-c34e3fb39832.png)
Additional Info
I already have the Google Provider Sign Up method allowed in my Firebase console I've only tested this on Chrome Browser Version: 60.0.3112.113
Hi @Mikebarson do you have a basic working repo?
@tjmonsi I don't have a repo. Do you need the code?
I hope so. Are you just using it in localhost or are you calling it from somewhere (like 127.0.0.1). If the latter, try using localhost
I'm using the 127.0.0.1. I also tried using the localhost but same problem.
@Mikebarson Do you use polymer serve or polymer build?
@FluorescentHallucinogen No. I'm directly serving my app in a Django application via views.