Amazing new video, which shows the important firebase auth functions such as deleteUser, reauthenticateWithCredential, EmailAuthProvider, onAuthStateChanged watch now: th-cam.com/video/3utuVBKm1xk/w-d-xo.html
well, i have to say that, at first it was just feeling like you can never teach me something, but I was totally WRONG, Thanks a bunch, liked and subscribed, keep it up buddy.
Congratulations on the playlist, I followed the 4 videos and the result was 100%. I suggest that you prefix the videos in the playlist (01, 02, 03, 04) to the correct sequence, as it got confusing. Thank you from Brazil.
Hello, I followed the code and everything, and I didn't also have any errors, somehow when I register a user it doesn't detect to firebase. How do I fix this?
you are right, this is just a demonstration, otherwise you don't won't to use javascipt directly in your web app, instead we have backend server running asp.net or nodejs and sensitive files/configuration are safe on the server.
When I check the type to button , the button stops responding and nothing happens, I've tried different firebase tutorials and I get the same problem , it either refreshes, or when I change it to type="button" it stops working & nothing happens
@lilshex its not about the tutorials man, check browser's console if any error fix that error if no error than put alert in function to check that the sign in button is working or not.
Hi The Amazing Codeverse , thank you for the video! Can I request you do a tutorial on Firebase realtime database? Mainly after the login/register function , how do you save form data unique to that user that is currently logged in?
and if you want to change the users data later, i have posted a video on update password and user information but its better the watch the videos in sequence for best understanding, so you may follow playlist 😊
it simple means email, and password does not matches, the credentials stored on firebase auth. put console.log() before the auth function check what email and password values are you sending on furebase auth.
we have session storage which keeps information until the browser is closed, and we have localstroage which keeps information until it is manually removed, you have to make logic to save data in localstorage and then read loggin data from localstorage
you're making mistake in getting the element from document, like writing the id wrong, etc. so element is not found, and you try to do null.addeventlistner thats why you are getting this error.
@@HassaanRaza Yes you were right. I accidentally had the Firebase script in two seperate scripts. My mistake. Now I have another problem :(.. Firebase: Error (auth/admin-restricted-operation).
Sir, Your tutorial is great. But I have a question in my mind. If someone inspects the website ,can easily copy and paste the Firebase configuration and can easily get access to it. So how can the problem be solved? Please help😢
yes this is true but firebase work on the basis of these credential, you can use any custom logic to make the credentials harder to find but still with some efforts anyone can see them. firebase config is suppose to be on client side because this is how firebase identifies which db to use its like its address you cannot restrict it. basically you implement security in firebase through firebase rules, you make your db readonly for anonymous users, you can restrict access to only autorized users, for general public you can set the rules to readonly.
@@HassaanRaza sir can you please make a tutorial on that. Like securing realtime db without using Firebase authentication , and also having some credentials practical uses in http referrer website single page and for also multi page.
Amazing new video, which shows the important firebase auth functions such as
deleteUser, reauthenticateWithCredential, EmailAuthProvider, onAuthStateChanged
watch now:
th-cam.com/video/3utuVBKm1xk/w-d-xo.html
10:00 is time stamp pr.....mera user credentials console pr nhi dikha rha and firebase pr bhi nhi dikha rha...pls help pr...aaj submissions h mere...
User gets detected by authentication but not by realtime database
well, i have to say that, at first it was just feeling like you can never teach me something, but I was totally WRONG, Thanks a bunch, liked and subscribed, keep it up buddy.
hehehe thanks for the praise :)
Congratulations on the playlist, I followed the 4 videos and the result was 100%.
I suggest that you prefix the videos in the playlist (01, 02, 03, 04) to the correct sequence, as it got confusing. Thank you from Brazil.
hmm sure, thanks for the suggestion :)
Hello, I followed the code and everything, and I didn't also have any errors, somehow when I register a user it doesn't detect to firebase. How do I fix this?
have you found a fix yet?
@@Slurpyyy bro shes asking
@@Arr4fi brother she posted that comment 7 months ago, also found the fix
I swear, I'd be doomed if I hadn't found your TH-cam channel. Huge thanks for the awesome tutorials.
hehe you're welcome, thank you for appreciating :)
Bro why i can't write data to the realtime database?
I followed everything in order, double checked a lot of times now. but when I click on Login it doesn't redirect me to home.html, how to fix?
Did u do app route in python?
I have a issue can you plz guide me home.html is not showing when i clicked on login
same
I did everything as you did but same error every time: Firebase: Error (auth/network-request-failed).
Turn on internet on your pc
It works like a charm. Thank you so much Hassaan!
Moving to Html which after login is not work..
we have import statement where we define all the functions, set, get whatever, you may have missed get over there
@@HassaanRaza bro Where my Comment gone to
we are writing this in index.js or in script of html on frontend what is someone get our apikey from configuration and misuse it
you are right, this is just a demonstration, otherwise you don't won't to use javascipt directly in your web app, instead we have backend server running asp.net or nodejs and sensitive files/configuration are safe on the server.
Great! How does the redirect part (at the end) work?
the page keeps reloading when i try click sign in, cant seem to fix it
check
When I check the type to button , the button stops responding and nothing happens, I've tried different firebase tutorials and I get the same problem , it either refreshes, or when I change it to type="button" it stops working & nothing happens
@lilshex its not about the tutorials man, check browser's console if any error fix that error if no error than put alert in function to check that the sign in button is working or not.
I've done all that it just keeps refreshing, the console doesn't say anything no errors or issues. Even when I use alert()
It works! But when I sign in into another account, same activity to that previous account is being saved. Could someone provide a tutorial video?
Hi The Amazing Codeverse , thank you for the video! Can I request you do a tutorial on Firebase realtime database? Mainly after the login/register function , how do you save form data unique to that user that is currently logged in?
actually in the video we are saving firstname and lastname which is data unique to user in realtime database
and if you want to change the users data later, i have posted a video on update password and user information but its better the watch the videos in sequence for best understanding, so you may follow playlist 😊
@@HassaanRaza I see , ok thank you very much sir! Appreciate the reply
I have a big problem: it says Firebase: Error (auth/invalid-login-credentials). Someone please help me.
it simple means email, and password does not matches, the credentials stored on firebase auth.
put console.log() before the auth function check what email and password values are you sending on furebase auth.
@@HassaanRaza I've tried checking. It's the same.
Sir how to keep the user logged in untill he log out.. can please help me😊
we have session storage which keeps information until the browser is closed, and we have localstroage which keeps information until it is manually removed, you have to make logic to save data in localstorage and then read loggin data from localstorage
i'll see if i can make a video on this in future.
You are a life saver bro 🙌
:)
it says "get not defined" in my login page
Same with me
when i open it in default browser a blank page opens
Hi sir. Can you teach on how to update or add new data from the current logged in user ?
an getting this error Uncaught TypeError: Cannot read properties of null (reading 'addEventListener')
any help
you're making mistake in getting the element from document,
like writing the id wrong, etc.
so element is not found, and you try to do null.addeventlistner thats why you are getting this error.
ive fixed it
@@HassaanRaza
I keep getting this error "Uncaught ReferenceError ReferenceError: createUserWithEmailAndPassword is not defined". Do you have any ideas? Thanks
Did you import this?
you must have forgotten to import it from firebase auth with the other auth functions or you might have used different spelling or case.
@@HassaanRaza Yes you were right. I accidentally had the Firebase script in two seperate scripts. My mistake. Now I have another problem :(.. Firebase: Error (auth/admin-restricted-operation).
@@HassaanRaza Hi any ideas on this? Still haven't managed to get a fix :(
this works, thank you so much!
Sir,
Your tutorial is great. But I have a question in my mind. If someone inspects the website ,can easily copy and paste the Firebase configuration and can easily get access to it. So how can the problem be solved? Please help😢
yes this is true but firebase work on the basis of these credential, you can use any custom logic to make the credentials harder to find but still with some efforts anyone can see them.
firebase config is suppose to be on client side because this is how firebase identifies which db to use its like its address you cannot restrict it.
basically you implement security in firebase through firebase rules, you make your db readonly for anonymous users, you can restrict access to only autorized users, for general public you can set the rules to readonly.
@@HassaanRaza sir can you please make a tutorial on that. Like securing realtime db without using Firebase authentication , and also having some credentials practical uses in http referrer website single page and for also multi page.
can you add the option forgot passsword?
in the upcoming videos yes, stay tuned.
thank you@@HassaanRaza
video is now live.
ajudou dms
who to make Rollbase login
Veer contact kithe kra tere nal?
This video is amazing but I'm having issues with the UserCreds, could you please share the source code 🙏
please provide the source code also i your description
Great lesson
Source code please 🙏
watch same tutorial but with Cloud Firestore Database: th-cam.com/video/lEPGHKEx9yU/w-d-xo.html
and how to change password ?
you can wait for future videos, meanwhile you can checkout docs:
firebase.google.com/docs/auth/web/manage-users
Thnkiu so much ❤
Koi mail id hi de chhad veer mere
U got me bro !
❤❤❤❤❤ thnks
Thank you sooo much master!
You're welcome :)
amazing thanks
Thanks.
Thank you
Nice Video Bro and thank you.