In this video we add email and password authentication to our basic HTML page. The user authentication logic is handled by Firebase, so we simply just add the code into our page and show or hide content based on if a user is signed in or not. Pretty cool ! Firebase handles all other logic, auth tokens, user session and more, so we can focus on the code and dont have to worry about user management.
#Firebase #HTML #javascript
Let me know in the comments below what else we should do with Firebase in our upcoming videos.