From the course: Firebase Essential Training

Auth-flow enhancements - Google Cloud Tutorial

From the course: Firebase Essential Training

Start my 1-month free trial

Auth-flow enhancements

- [Instructor] So we've been working with cloud functions quite a bit, and that's not about to change anytime soon. As I mentioned, when we were first looking at cloud functions, cloud functions are usually the workhorses of many Firebase projects. Earlier in the course, we used several cloud functions to implement an email verification flow for new users, which tied together authentication, databases, and email logic in a very nice, maintainable way. What we're going to do in this section is enhance the authentication flow of our app. Specifically, we're going to make it possible for users to authenticate with an OAuth provider by clicking the Sign In with Google button. And we're also going to see how to use Firebase auth's built-in reset password function to help users out if they forget their password.

Contents