🔥 Firebase provides several easy-to-use authentication methods that we can use to handle auth in React apps.
In this lesson, we will cover how to authenticate a user via an email and password. This is done using createUserWithEmailAndPassword
function available to us from the firebase
library.
You'll need firebase configured in your application which you can read about here.