Yes I am using AngularFire2
tried the following
npm install firebase angularfire2 --save
Did not solve the issue.
It originates from the stack and does not point to any particular line in my code.
It seems to point to this line in an index.js
I was working on this yesterday and removed AngularFire2 and updated to latest version of firebase 4.9.0.
I followed: https://javebratt.com/ - he has a pdf book with instructions plus examples in github - I give it 9/10 only because it does not include logins for facebook and google (but he does have examples in his blog). If you just want to copy the code you get login, signup and reset password all done for you.
He posted here a few days ago, saying it’s best to use the Cordova plugins for that, because Firebase uses the wrong protocol if you’re web programming on a device. I haven’t tried it yet myself, but it’s on my list.