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

preview_player
Показать описание
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.

Email Validation:

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

Database Rules:
"users": {
"$uid": {
}
}
Рекомендации по теме
Комментарии
Автор

Absolute legend. Finally someone who explains this stuff simply. I am trying to a case study for a job and this seems like it will help a lot. Much better than the 1 hour tutorials. Thanks!

emresalur
Автор

FINALLY A TUTORIAL THAT WORKS! THANK YOU!

malco-
Автор

Sweet 😉 Great tutorial mate, thanks!! 💙

CodingJourney
Автор

Eagerly I was waiting for this tutorial

Aalok
Автор

Exactly what I was looking for to start my project. Thank you so much.

robertdonnan
Автор

bro searching for an firebase video, and found the best video, the other ones are not explaining good as you. subsribed :)

hazush_
Автор

Somehow, when I tried it, it didn't work for me. Could you maybe have an updated version of this?

renkazuki
Автор

Thank you so much, explaining every step helped a lot, A lot.

EpicZeus
Автор

Excellent video, quite enjoyable and easy to understand.

prof.markbachman
Автор

Honestly thank you, since I did not knew how I can educate myself about firebase I looked everywhere I hoped I can find something good. Plurasight, Udemy and many Youtubers explained it in a way I did not understand it, but you did. Thank you very much my friend!

Catothemodern
Автор

ok but, how do I get the data of the currently logged user?

kozkiroify
Автор

Hey im getting an erro "uncaught referenceError: initializeapp is not defined" how do i fix this?

maxwell
Автор

How can i implement this for a website which i builded already in Intelij?Let s say that i have already Login and Register integrated in my website but for some reasons i cannot register new user .And now my backend is connected with Mongodb database.How can i implement this to my already existing project in the way that, to connect Register Form to Firebase etc etc?

mralc
Автор

Pls can you tell me how to get the info of the users, I tried user.full_name but it keeps giving me undefined

VicmmaEntertainment
Автор

I can't connect that code to my own project. Help?

MohamedAli-vfvy
Автор

can i please get help guys
i did the same what he did in the video with newer sdk and even instaled with npm install firebase
but it gives me this error
firebase-app.js:2515 Uncaught SyntaxError: Unexpected token 'export'
firebase-auth.js:1 Uncaught SyntaxError: Cannot use import statement outside a module
firebase-database.js:1 Uncaught SyntaxError: Cannot use import statement outside a module
login.js:11 Uncaught SyntaxError: Cannot use import statement outside a module in conso

dofuskingdom
Автор

Hi I'm a new subscriber, is it secured from username and password hacks? Are the apiKeys visible when inspected?

davebalino
Автор

is the storing of their info in the database secure?

vskxnjy
Автор

legend... it was so great dude thanks a lot

burakalkan
Автор

Doesnot work for me. 4 errors in syntax from web console. Please help

Luka
welcome to shbcf.ru