Build an Authentication system in Angular using Firebase
Reading Time: 4 minutes In this blog, I am going to take you through the steps of how we can build an authentication system in angular using Firebase and Google API. We can easily use this real-time database to and Google API to let users log in to our web-app with their google account. Step 1: Setup an Angular project Your basic project will be set up after that Continue Reading