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
From the course: Building Production-Ready React Apps: Setup to Deployment with Firebase
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.…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
-
(Locked)
Start with Firebase Authentication and select the provider2m 57s
-
(Locked)
Google Cloud Platform: Create new credentials3m 17s
-
(Locked)
Authenticate and manage users from the application5m 46s
-
(Locked)
Manage the state with the Context API: Component Provider5m 3s
-
(Locked)
Manage the state with the Context API: Custom hook5m 34s
-
(Locked)
Subscribe components to the context changes: User connected4m 59s
-
(Locked)
Create new documents with the user connected5m 26s
-
(Locked)
Secure your data in Cloud Firestore and Cloud Storage5m 43s
-
(Locked)
-
-
-
-