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.

Enabling OAuth in Firebase

Enabling OAuth in Firebase - Google Cloud Tutorial

From the course: Firebase Essential Training

Start my 1-month free trial

Enabling OAuth in Firebase

- [Instructor] We're going to start off with learning how to add OAuth providers to our project's Firebase auth setup. And once we've done that, we'll be able to actually create a function that creates a new user in our user's Firestore collection when a user authenticates for the first time using OAuth. So adding OAuth providers to our Firebase project is actually a pretty straightforward process. First, we just have to go to the Firebase console and then go to the authentication tab here. And then we're going to click on this sign-in method up here. And down here, we're going to look for the Google provider and click on the pencil over on the right-hand side. And for this, we're going to click Enable. And in this box, we just have to select our own fake email for our project support email. And we may or may not want to change our public facing name here since, personally, I don't think this is very descriptive and doesn't…

Contents