Firebase's Authentication API
Explore how to build a Firebase Authentication interface within a React app. Learn to enable email/password sign-up, sign-in, handle errors, sign out users, and manage password resets using Firebase's API in your React components.
We'll cover the following...
We'll cover the following...
In the previous lessons, we created a Firebase project on the official Firebase website. Now, we will implement the interface of our Firebase class which will enable communication between the class and the Firebase authentication API. In the upcoming lessons, we will be using the interface of the Firebase class in our React components.
Enabling Authentication
First, we need to activate one of the available authentication providers on Firebase’s website. To do this, follow these instructions:
- On the