Very Very Thank you bhai, I am fixing a error from 5 days using bard, chatGPT and google . it always show error, now i watch this video . in seconds my error is solved .. Very very thank you bhai....♥♥🙏🙏
What about the message shown right after creating credentials? "OAuth access is restricted to the test users listed on your OAuth consent screen". Does it matter?
Hi, should they be automatically logged into the Firebase auth panel (where the email goes along with a uid key)? Or what should I do to be able to register users in that panel?
For registration , create a field with google_id (in back-end) and also make password conditional if Google I'd is comming from front-end then no need for hasync password
In the credential response, is there any field that is specific to a user? Like the uid, for example? I found a key returned in the object called 'jti' or something similar, but I don't think it's the specific identifier... I understand what you're saying; my issue is that I need to authenticate with auth since I use the realtime database, and my rules are true only for authenticated users.@@ADayWithDev
After the deployment using Vercel or netlify. Does the above authentication works?? Because i need to deploy , I dont know whether it works or not? Can you clarify me
Very Very Thank you bhai, I am fixing a error from 5 days using bard, chatGPT and google . it always show error, now i watch this video . in seconds my error is solved .. Very very thank you bhai....♥♥🙏🙏
I am really gratefull that my video helped you out ❤️
Good tutorial man, thanks
Can you please make a video on how to show it logged in inside the firebase console. Thank you
please make video with custome button with google login
Very nice,Thanks;
Welcome Bro ❤
There is bug in the lib it always asks consent popup for backend implementation
@@GeekSlider do follow through process there is no need of backend implementation here , but the id you have to sent it to backend
@@ADayWithDevno there is a open github issue for it
hello can you put de url, where I can read the information? thanks
On local its working fine but on Production this is not working
Bro it's working fine I have also pushed this code on production that website is also live , please let me know where you are getting error
@@ADayWithDev on cloud console i use local url as well production url
sitll same error getting.
Bro you have to configure your website in Google , in video I have shown where you can set it production url it will work then
What about the message shown right after creating credentials? "OAuth access is restricted to the test users listed on your OAuth consent screen". Does it matter?
Hi, should they be automatically logged into the Firebase auth panel (where the email goes along with a uid key)? Or what should I do to be able to register users in that panel?
For registration , create a field with google_id (in back-end) and also make password conditional if Google I'd is comming from front-end then no need for hasync password
Just like register make post request with email and google_id
In the credential response, is there any field that is specific to a user? Like the uid, for example? I found a key returned in the object called 'jti' or something similar, but I don't think it's the specific identifier... I understand what you're saying; my issue is that I need to authenticate with auth since I use the realtime database, and my rules are true only for authenticated users.@@ADayWithDev
I was trying it for a long but your video makes me successful, but your tutorial was fast I have to speed it down.
@@moeezraza9124sorry for the fast tutorial but I need you got it ♥️
Very nice bro ❤️
Thanks bro
bhai tumne embedded viewer api ko implement kiya ho to please video bana dena
Can you tell me in brief i didn't understand
after getting response from google mean client id and token it does not navigating me to the authorized redirect url
@@nawazishali274 you have to setup it manually
@@ADayWithDev mean I should navigate to some specific page once when I get response mean token client Id in susscess case scenario?
After the deployment using Vercel or netlify. Does the above authentication works?? Because i need to deploy , I dont know whether it works or not? Can you clarify me
thank you for the awesome videos in short time duration... you deserve more subscribers..
❤️ It's Really Mean a lot 😭
seriously. those with 1M subscribers can't explain like this. and they only care about money, using all paid services unnecesarily.
Hey, i am tryng to do that of acebook but i have issues
What you are having issue dm me on instagram @daywithdev
I've DM'ed you!
But how do I secure all the routes with Google auth
Use react router dom
I keep getting this error
The given origin is not allowed for the given client ID.
@@JuliaLee-kp5ny can you please share your issue on my email daywithdeveloper@gmail.com
Thank you ❤
@@rakshi4291 your welcome
Hi sir I logged in but where the user doubt is there that loged data of users being stored ???
Facing this error --- Invalid token specified: must be a string
@@pranayshah5456 you should use token inside " " this
working with my created google console account email only i can login with any other email not working any one ?
@@MuhammadQasim-zu2xj it will work with any gmail you have setup it as per website
thank you so much!
It's happy to hear it's helped you ❤️ , If you like our video ,like it I won't tell you to subscribe it's upto you ❤️💕
Consigo rodar isso em apk?
Consegue mostrar como fazer isso
Em python
Google OAuth 2.0 is free?
@@peremos7781 yes
m=credential_button_library:49 [GSI_LOGGER]: The given origin is not allowed for the given client ID. this is the error i am getting
Have you wrapped ? Google auth in aap.js ? With your reference I'd ?
You should also add localhost at js origin in google console
@@ADayWithDev i am getting same problem
how to add user details into database after this login
Just make a function to catch details and trigger an api there