Setting Up Firebase

In this lesson, we'll learn how to quickly set up Firebase with authentication.

We’re going to implement authentication in our application. This is a process that will require a backend for handling the user’s credentials. There are various ways we can approach this. There isn’t a one-size-fits-all solution.

This course primarily focuses on Angular. Developing a backend solution is something that requires a course of ...