From the course: Building Production-Ready React Apps: Setup to Deployment with Firebase

Unlock the full course today

Join today to access over 24,800 courses taught by industry experts.

Start with Firebase Authentication and select the provider

Start with Firebase Authentication and select the provider

- [Instructor] Firebase authentications provide backend services and easy-to-use SDKs to authenticate users to your single-page application. So in this example, we're going to look at the web and JavaScript SDK, and we're going to see how to get started and how to enable authentications to allow users to connect to our app. So with Firebase services, it support authentication with email and password, so the classic way. But you can also allow users to authenticate by using popular providers like Google that we're going to use in this example, also Facebook plugin, and also Twitter. You even have the option, so to let users authenticate connect to your app by using their phone number. So that's great. So in this example, we're going to learn the steps to set the Firebase off JavaScript SDK, and we're going to use the example of Google. We're going to learn to create and manage user accounts with our Gmail accounts.…

Contents