After hours of watching videos from Firebase team I still could not implement it. And finally there is you, who explains it clearly and provides the code that actualy works. Thank you, bro. It helped a lot. Please teach David from Firebase how it is done.
I want to thank you from the bottom of my heart for this wonderful tutorial. All concepts are beautifully explained and demonstrated. Thank you from India.
Thank you so much for this video you explained it so well 👌🏻 I was trying to do this stuff since a long time and also watched many videos but I failed . But you just saved me !! I appreciate your hardwork 😊
Thank you so much for the video you explained it so well 😊 I was trying to do this stuff for so long and also watched many videos but I failed . But you just saved me !!
Thanks for posting this latest firebase video demo, it really helped me to perform firebase auth. among all other old & confusing videos on TH-cam. Everything is Great in this video the length, the content, the steps. Just a feedback regarding the voice over, it is blurry and not feels good in sound, so please fix that from next videos. Anyway, I am glad I found this video 🥲
i have used my own home page and your forms but the registration form does not respond at all and no data get uploded to the firebase data base .. can u please help me
I replaced the localstorage with: if (user) { and then I got the userID with: user.uid e.g. onAuthStateChanged(auth, (user) => { if (user) { // User is signed in const uid = user.uid;
Thank you sir,i subscribed your channel,you are giving source code also this is very useful for me to practice this html and css.i learned perfectly....thank you so much for your effect.
This video provides a simple overview of how to implement login using Firebase. However, there are additional steps required. I'm currently working on a video that will explain how to achieve the same functionality using Node.js, with a focus on maintaining clean code and ensuring that APIs are not exposed publicly by storing them in environment variables. Thanks for watching
This was already an awesome tutorial and I'm excited about your next video on firebase authentication using nodeJS. Looking forward to your valuable lessons! Thank you again for your efforts!
Unfortunately, the register system works perfectly, but the login system doesn't. The form doesn't respond at all, I do not get redirected and nothing logs into the local storage. I have triple checked all the ids and the button name, however it still does not work. How can I fix it?
@@francis_tech yep, the data during the registration inserts normally into firebase, the main problem is the login system. Will include the source code link, give me a second
hi this tutorial was much more suitable for me than the last one the both were great I was just wondering for a code that would lower the box with everything in it or make it higher so I can change it to my liking thanks
This is the best firebase user auth tutorial for beginners that is on youtube right now. Thank you so much!
Glad it was helpful!
After hours of watching videos from Firebase team I still could not implement it.
And finally there is you, who explains it clearly and provides the code that actualy works. Thank you, bro. It helped a lot.
Please teach David from Firebase how it is done.
Glad it helped!
I want to thank you from the bottom of my heart for this wonderful tutorial. All concepts are beautifully explained and demonstrated. Thank you from India.
glad was helpful
amazing.... i understand few codes and just go with the flow and you just made a log in and register in one tutorial.. amazing
Glad it helped!
My first succesfull login, new subscriber, thanks sir
Welcome 👍
You are amazing brother, i hope to learn more from you.... from south Sudan 🇸🇸❤❤
thanks 🙏
My brother you are a legend. Thank you so much for teaching me how to do firebase authentication
thanks 🙏
Thank you so much for this video you explained it so well 👌🏻
I was trying to do this stuff since a long time and also watched many videos but I failed . But you just saved me !!
I appreciate your hardwork 😊
glad it helped
Thank you so much for the video you explained it so well 😊
I was trying to do this stuff for so long and also watched many videos but I failed . But you just saved me !!
glad it helped
Thanks Man. Your Tutorial was helpful. Keep up the good work man.
Thanks, will do!
THANK YOU SO MUCH, ONLY TURTORIAL I UNDERSTOOD. ❤❤
I'm so glad!
Very informative tutorial
Glad it was helpful!
thank you so so much. it was very easy to follow i managed to link to my project
thanks 🙏
Thanks for posting this latest firebase video demo, it really helped me to perform firebase auth. among all other old & confusing videos on TH-cam.
Everything is Great in this video the length, the content, the steps.
Just a feedback regarding the voice over, it is blurry and not feels good in sound, so please fix that from next videos.
Anyway, I am glad I found this video 🥲
glad 😊, was able to help we keep learning, #devfordev
Thank you so much. You save my life. God bless you
Happy to help
i have used my own home page and your forms but the registration form does not respond at all and no data get uploded to the firebase data base .. can u please help me
first try, to use the login form before intergrating with your page, follow it to details everything you need is in the video
Bro, can you give me your WhatsApp number?
I replaced the localstorage with:
if (user) {
and then I got the userID with:
user.uid
e.g.
onAuthStateChanged(auth, (user) => {
if (user) {
// User is signed in
const uid = user.uid;
yeah that should work too
Thank you sir,i subscribed your channel,you are giving source code also this is very useful for me to practice this html and css.i learned perfectly....thank you so much for your effect.
thanks 🙏, for your kind words, you just motivated me to create more content
Great tutorial! I learnt a lot! Thank you very much!
Glad it was helpful!
Frank you are doing a great work can you create a bideo for submitting and retrieving data in realtime database on firebase
This video provides a simple overview of how to implement login using Firebase. However, there are additional steps required. I'm currently working on a video that will explain how to achieve the same functionality using Node.js, with a focus on maintaining clean code and ensuring that APIs are not exposed publicly by storing them in environment variables.
Thanks for watching
This was already an awesome tutorial and I'm excited about your next video on firebase authentication using nodeJS. Looking forward to your valuable lessons! Thank you again for your efforts!
Simple and easy! Thanks
glad it was helpful
how can i get the facebook and google buttons working to log in as well
hello please check out my new video
Great tutorial, thank you very much!
Glad it was helpful!
thank you very much sir nice work
All the best
Unfortunately, the register system works perfectly, but the login system doesn't. The form doesn't respond at all, I do not get redirected and nothing logs into the local storage. I have triple checked all the ids and the button name, however it still does not work. How can I fix it?
hello check if the data was inserted in database, also you can download the source code i have shared to counter check if there is something wrong
also if possible upload your code to github and share the link i can try to help you debug
@@francis_tech yep, the data during the registration inserts normally into firebase, the main problem is the login system.
Will include the source code link, give me a second
@@SFDark did you fix this?? Same thing is happening to me
How to implement Google account auth? is there any tutorial coming up soon for that?
yeah am working on that, stay tuned
Nice tutorial, thanks 🙏
Glad it was helpful!
hi this tutorial was much more suitable for me than the last one the both were great I was just wondering for a code that would lower the box with everything in it or make it higher so I can change it to my liking thanks
hello 👋, check the margin of the box
thanks it works
am glad it was helpful
If i want to show the name of logged in user on my navbar (FirstName SecondName) how can i do that
use this id in the element you want to show the first name id="loggedUserFName" and for last name id="loggedUserLName"
good stuff, keep it up bro
Thanks
can you make a video on hosting it online using firebase
yeah am working on that, stay tuned
@@francis_tech okk
You are a hero
thanks 🙏
Great video. Thanks.
👍
Tanks bro keep going
Thank you too 🫡
Can you create a password manager with firebase ?
yeah, services like authentication and firestore can do that
helped me a lot
glad it was helpful 🙂
bro how did you get this 127.0.0.1:5500/ in the domain
i was using live server
can you please drop the full source code 🙏🙏🙏🙏
🫡🫡 Done ✅ check description
You will need to update, the firebaseconfig.js and homepage.js with your app apikey and api id
@@francis_tech ok, i really don't know how to thank you this will help me in my graduation project thank you again ❤❤❤❤❤❤
@@alimohamed-mc8fe Am glad, was able to help you, success in your project
THAAAAAAAAAAANKS!
Thanks you ❤❤
Welcome 😊
Muito bom, obrigado!
Obrigado por apreciar. Fique atento para futuros conteúdos.
Thank you
You're welcome
thank you sir for this video! you helped me very much with my college work 🫡