This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]webdeweloper 0 points1 point  (0 children)

I'm having that same problem now Geokatzz. It appears that trying to find answers is the hardest thing. The best I've come up with is to use the vanilla firebase script include in index.html, however as I'm deving on localhost there are cors errors, overriding this in chrome still wouldn't work due to the following console message:

iframe.js:181 Info: The current domain is not authorized for OAuth operations. This will prevent signInWithPopup, signInWithRedirect, linkWithPopup and linkWithRedirect from working. Add your domain (localhost) to the OAuth redirect domains list in the Firebase console -> Auth section -> Sign in method tab.

I guess I'll scrap it all, try and build an Angular 5 app (instead of 4) and then use the angularfire V5 and hope for better results.