Making Your App Aware of Users
This lesson covers a powerful feature of the Firebase - the authentication state. With a tiny bit of code, your application will be aware of signed in users.
We'll cover the following
With any Firebase application, we need to add our configuration details to the top of our JavaScript file. For this app, we will also make a variable for auth
so that we can access them easily throughout the app.
Get hands-on with 1200+ tech skills courses.