From the course: React: Creating and Hosting a Full-Stack Site
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Adding Firebase Auth to React - React.js Tutorial
From the course: React: Creating and Hosting a Full-Stack Site
Adding Firebase Auth to React
- [Instructor] Alright, well, now that we've created a Firebase project in the console, the next thing that we're going to have to do is actually connect this thing to our React application. And as I said, we'll also need to add this into our backend. But we'll get to that a little bit later. First, you're going to want to click on this little web icon here. And this is going to allow us to add an app to our project, right? So a project can serve multiple apps. Think about if you were to have an iPhone app, an Android app, and a web application, well, you could have a single fire base off project that would take care of authentication for all three of those. Alright, so what we're doing here is just kind of defining a platform that our Firebase project is going to be used on. So let's just come up with a name for our app. We'll just call this something like React Web App. And there's this little checkbox for setting up Firebase hosting for the app. While that is one possible option…
Contents
-
-
-
-
-
-
-
(Locked)
Why Firebase Auth?2m 9s
-
(Locked)
Creating a Firebase project1m 43s
-
(Locked)
Adding Firebase Auth to React6m 7s
-
(Locked)
Build a login form8m 51s
-
(Locked)
Build a create account page7m 23s
-
(Locked)
Making interface adjustments for authenticated users6m 8s
-
(Locked)
Creating a custom auth hook9m 3s
-
(Locked)
Adding Firebase Auth to Node.js6m 35s
-
(Locked)
Protecting endpoints using auth tokens4m 33s
-
(Locked)
Protecting the upvote and comment endpoints5m 7s
-
(Locked)
Making requests with auth tokens7m 7s
-
(Locked)
-
-