We're a place where coders share, stay up-to-date and grow their careers.
Nice read. I took the change to walk through this and I hit two problems. In your auth.service you use a Interface firebase which you never import. Also I cant find what firebase/app is. Or did I miss something?
firebase
firebase/app
Ah! Thanks for pointing that out. We need to also install firebase. npm i firebase should fix it. 🙂
npm i firebase
Nice read.
I took the change to walk through this and I hit two problems.
In your auth.service you use a Interface
firebase
which you never import.Also I cant find what
firebase/app
is.Or did I miss something?
Ah! Thanks for pointing that out. We need to also install firebase.
npm i firebase
should fix it. 🙂