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 its own. Luckily, there are solutions out there that will allow us to have a backend without having to manage or write a server.

For this ...