I have a problem please It shows that *Cannot read properties of null (reading 'useState') But I’ve tried tracing it and it still won’t run properly Please help me out
Very good video on React and Firebase auth. though I have one question, let's say if someone just save a random value for token in localstorage will it still let us log in or not? If yes how can we resolve that?
Thank you for your comment! The focus of this tutorial was on Firebase Email & Password Authentication, and I didn't cover form validation in this specific video. However, I appreciate your suggestion. I'll certainly consider creating a tutorial dedicated to form validation soon. If you have any other topics or questions you'd like to see covered, feel free to let me know. Thanks for watching and your feedback!
Firebase - firebase.google.com/
Docs - firebase.google.com/docs/auth/web/password-auth
GitHub Repo - github.com/kalyansaxena/react-firebase-auth-email-pwd
React Router Nested Routes - reactrouter.com/en/main/start/overview#nested-routes
The best firebase authentication tutorial I have watched so far
Your tutorial was incredibly helpful! I grasped everything swiftly and easily. Thank you for the clear and concise explanation! : )
Thank you so much for the kind words! I'm delighted to hear this !!
at 18:24 you dont need to use local storage , you can acces current user like from auth ' const user = auth.currentUser ' and to render '{user.email}'
Thanks! Very good step by step instructions.
This is the only one tutorial i understood. Thank you
Glad to hear that you found the tutorial understandable! Your words mean a lot to me. Thank you for watching and your kind feedback! ❤️
Informative video that I wanted please continue with backend part with mysql
your video is best on youtube
Thank you for your kind words!! It means a lot. Explore the channel for more content!!
I have a problem please
It shows that *Cannot read properties of null (reading 'useState')
But I’ve tried tracing it and it still won’t run properly
Please help me out
Thank you, this video really helped me out
You're welcome! I'm delighted to hear that you found the video helpful. Explore the channel for more content and consider subscribing!
Very good video on React and Firebase auth.
though I have one question, let's say if someone just save a random value for token in localstorage will it still let us log in or not? If yes how can we resolve that?
It's help me lot sir
I have this problem “FirebaseError: Firebase Error (auth/network-request-failed)”
14:23
Make todo app with authentication also with crud funcnalitiess
Thanks for your suggestion, here you can find the tutorial link - th-cam.com/video/olgq2mWCrUw/w-d-xo.html
Hope it helps!!
Can anyone help me I am still stuck on this problem
I'm not able to login after signing up
where is validation?
Thank you for your comment! The focus of this tutorial was on Firebase Email & Password Authentication, and I didn't cover form validation in this specific video. However, I appreciate your suggestion. I'll certainly consider creating a tutorial dedicated to form validation soon. If you have any other topics or questions you'd like to see covered, feel free to let me know. Thanks for watching and your feedback!