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.
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!
Very Good 👍🏼. We need a video on how to create a functional user dashboard. You know, after signing up and login, you will be directed to where to somewhere
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 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 !!
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 😊
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 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.
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
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
Please let me know when and if you are going to make a video tutorial with the "Recover Email(and/or Password) working. Also, to have the Google sign up and Facebook sign up buttons working. and if possible how to submit 4 checkboxes for different memberships ( like = Free Membership, Basic Membership, Gold Membership & Platinum Membership) and these would be paid Memberships. and save the added information to the firebase database. Your tutorials are great and amazingly helpful, specially to beginners like me lol. Thanks-so very much.
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!
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!
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!
Very Good 👍🏼.
We need a video on how to create a functional user dashboard.
You know, after signing up and login, you will be directed to where to somewhere
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
You are amazing brother, i hope to learn more from you.... from south Sudan 🇸🇸❤❤
thanks 🙏
My first succesfull login, new subscriber, thanks sir
Welcome 👍
My brother you are a legend. Thank you so much for teaching me how to do firebase authentication
thanks 🙏
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
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
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!
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 so much. it was very easy to follow i managed to link to my project
thanks 🙏
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
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?
Great tutorial! I learnt a lot! Thank you very much!
Glad it was helpful!
Thank you so much. You save my life. God bless you
Happy to help
Nice tutorial, thanks 🙏
Glad it was helpful!
Very helpful brother
Thanks for comment 🙂
Great tutorial, thank you very much!
Glad it was helpful!
Simple and easy! Thanks
glad it was helpful
How to implement Google account auth? is there any tutorial coming up soon for that?
yeah am working on that, stay tuned
how can i get the facebook and google buttons working to log in as well
hello please check out my new video
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
Frank you are doing a great work can you create a bideo for submitting and retrieving data in realtime database on firebase
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
thank you very much sir nice work
All the best
can you make a video on hosting it online using firebase
yeah am working on that, stay tuned
@@francis_tech okk
Can you create a password manager with firebase ?
yeah, services like authentication and firestore can do that
Please let me know when and if you are going to make a video tutorial with the "Recover Email(and/or Password) working. Also, to have the Google sign up and Facebook sign up buttons working.
and if possible how to submit 4 checkboxes for different memberships ( like = Free Membership, Basic Membership, Gold Membership & Platinum Membership) and these would be paid Memberships.
and save the added information to the firebase database.
Your tutorials are great and amazingly helpful, specially to beginners like me lol.
Thanks-so very much.
Sure, I can create that video, although I may not be able to go into specific details. If it's a website you're working on, feel free to hire me.
OK, let me know prices pleass
@@johnportelance3851 reach out frankcodes.tech
What to do if singapage or login page is separate plz tell me this is my assignment😢❤
Hello which language are you using for your application
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
Great video. Thanks.
👍
bro how did you get this 127.0.0.1:5500/ in the domain
i was using live server
@@francis_tech hi what if youre not using a live server what should you put?,is th location of the file okay?...kindly assist
@@finemuthoni1868 well you will need to use kind of server
Tanks bro keep going
Thank you too 🫡
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
thanks it works
am glad it was helpful
You are a hero
thanks 🙏
helped me a lot
glad it was helpful 🙂
Thanks you ❤❤
Welcome 😊
Muito bom, obrigado!
Obrigado por apreciar. Fique atento para futuros conteúdos.
Thank you
You're welcome
THAAAAAAAAAAANKS!
thank you sir for this video! you helped me very much with my college work 🫡