DEV Community

Discussion on: Implement Google Sign-In(OAuth) in your Angular App in under 15 minutes 🚀

Collapse
 
webdave profile image
David Müllerchen • Edited

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?

Collapse
 
siddajmera profile image
Siddharth Ajmera 🇮🇳

Ah! Thanks for pointing that out. We need to also install firebase. npm i firebase should fix it. 🙂