Simple Login & Register with Firebase Authentication using JavaScript | HTML | CSS

Published: 19 June 2021
on channel: Melvin Adekanye
147,856
2.6k

Hey guys and gurls this is a banger of a tutorial!! I'll be showing you how to create a login system with Firebase Authentication that saves users to Firebase Realtime Database. Not only will it login users but we have a register function that updates our database with new data.
Sit back because this is how to make a simple login & register with Firebase authentication using JavaScript, HTML and CSS. Plus Store users to Firebase Database.


Source Code: https://rhymbil.netlify.app/
Firebase: https://firebase.google.com/
Background Beat:    • Dope Sampled Soulful Feel Good Hip Ho...  

Email Validation:
https://masteringjs.io/tutorials/fund...

/^[^@]+@\w+(\.\w+)+\w$/.test(str);

Database Rules:
https://firebasetutorials.com/firebas...
"users": {
"$uid": {
".read": "$uid === auth.uid",
".write": "$uid === auth.uid"
}
}


Watch video Simple Login & Register with Firebase Authentication using JavaScript | HTML | CSS online without registration, duration hours minute second in high quality. This video was added by user Melvin Adekanye 19 June 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 147,856 once and liked it 2.6 thousand people.