From the course: Firebase Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Set up the sign-in methods

Set up the sign-in methods - Google Cloud Tutorial

From the course: Firebase Essential Training

Start my 1-month free trial

Set up the sign-in methods

- [Instructor] So now that we know what FirebaseAuth is, and what it does, let's take a look at what's involved in adding FirebaseAuth to our front-end application. As with most things in Firebase, this is a pretty straightforward process. So let's open up the Firebase console, and then over to the left, we're going to open up the Develop tab and click on Authentication. And this'll open up a page with its own tabs. Now the first step in this whole process is to set up a sign-in method that users of our application can use to log in. So we want to click on this conveniently located button that says, "Set up a sign in method," and as I mentioned previously, FirebaseAuth provides us with a lot of options when it comes to authentication. We can allow our users to sign up with pretty much any method that our application requires. For the time being, we're just going to use the basic email/password flow, but later on in…

Contents