Google Authentication with React Js and Firebase || Signup with Google in React Js and Firebase

  Рет қаралды 41,121

Coding Comics

Coding Comics

Күн бұрын

Пікірлер: 67
@BoldiLakos
@BoldiLakos Жыл бұрын
I came here from a 4 hour long video, you saved my life!!
@Alokpandey03
@Alokpandey03 Жыл бұрын
Great video ! i stuck at one point in last 2 days.. i watch lots of video but i did not get solution ! thank you keep going brother❤❤
@aryashailesh12
@aryashailesh12 Жыл бұрын
Hey this is a to the point tutorial, really appreciated it, thanks.👌👌
@visweishkm6090
@visweishkm6090 7 ай бұрын
Thank you so much bro... I have been searching for the right code for 2 to 3 hrs but after seeing this video it was easy nd I hve done it..
@parjapticreator
@parjapticreator 8 ай бұрын
nice bro simple and easy to understand keepitup dude ❤❤❤❤
@cwu202
@cwu202 11 ай бұрын
nice and very well done, my congratulations
@FIRE_EVERYTHING
@FIRE_EVERYTHING Жыл бұрын
Great tutorial! Showing step by step is really helpful
@harsh9558
@harsh9558 Жыл бұрын
that was quick & to the point! thx a lot!!
@shreyaskulkarni5534
@shreyaskulkarni5534 Жыл бұрын
Nice Tutorial. Loved it
@yashkumar9671
@yashkumar9671 5 ай бұрын
Very good, to the point. Loved it!!! Thanks
@zeddscarlxrd4331
@zeddscarlxrd4331 Жыл бұрын
Damn man such nice tutorial fast and to the point
@craiggazimbi
@craiggazimbi Жыл бұрын
Thanks man , keep up the good work
@The_Developer_
@The_Developer_ 11 ай бұрын
Thanks bro , respect from MAKAUT
@aviipatel8760
@aviipatel8760 Жыл бұрын
Nice And straight forward to the point video., Thanks.
@Fight4Justice2011
@Fight4Justice2011 Жыл бұрын
What a legend! thank you!! 🙌
@Thepyschologyofsuccess
@Thepyschologyofsuccess Жыл бұрын
very helpful for my project thanks for making this video.
@ishitashetty8499
@ishitashetty8499 Жыл бұрын
Thank u so soo much for this tutorial!! very easy and detailed process!!
@amannindra6488
@amannindra6488 5 ай бұрын
W teacher!!
@codingcomics
@codingcomics 5 ай бұрын
What is that?
@leoleo3564
@leoleo3564 Жыл бұрын
Thank you, your tutorial is very clear!
@Peacemaker.404
@Peacemaker.404 Жыл бұрын
works perfect, thank you.
@gabrielpaivademedeiros2737
@gabrielpaivademedeiros2737 8 ай бұрын
thanks bro! You save my time
@brijingeorge7996
@brijingeorge7996 7 ай бұрын
super video sir very helpful
@Shshejeje122
@Shshejeje122 Жыл бұрын
Great video!
@dalelloussaief4373
@dalelloussaief4373 10 ай бұрын
Great tutorial! Thank you
@Dark-NoobArt
@Dark-NoobArt 3 ай бұрын
best video ever
@ShdowVble
@ShdowVble 10 ай бұрын
Thanks man!!!!!🎉🎉🎉
@techlightdev
@techlightdev Жыл бұрын
Thank you. So helpful for me
@minhthai9521
@minhthai9521 Жыл бұрын
Thank you alot sir! ♥
@novacame9718
@novacame9718 Жыл бұрын
Hello Bro Love your video !!! But i am facing an issue...so i made a sign in with google button and when i click on it, the content of that button changes and starts to show the content of the another component which i want to navigate to but its not navigating...how should i solve this ?? And once again i click on the button...it does not ask me to sign in with which email...i want to it to ask again ? How should i solve this ?....I am sorry bro i am asking a lot...but your tutorial is great and on-point that i was easily able to understand it !!!!Thanks bro for this !!! It would be appreciated if you could kindly look towards it
@codingcomics
@codingcomics Жыл бұрын
1.Inside google signup success navigate to the respective page eg. If you using routing follow this ( import { useNavigate } from "react-router-dom"; const navigate = useNavigate() navigate('/Home') ) this will navigate. 2. once again I click on the button...it does not ask me to sign in with which email...I want to it to ask again? ans: Once you choose email, you are logged in. After you log in, you need to log out. then only it will show the email list. eg: kzbin.info/www/bejne/gn_dimauabB7fsksi=LkGA4omhtUSjeclK maybe this video help you
@novacame9718
@novacame9718 Жыл бұрын
@@codingcomics Thank you bro so much for replying !!!! Appreciated man !!!! I will surely look into this 🔥and let you know 👍
@samuelhlousek3639
@samuelhlousek3639 Жыл бұрын
Thank you very much for the tutorial
@zeyadahmad4556
@zeyadahmad4556 Жыл бұрын
Your voice is so low so I had to increase my computer's volume almost to maximum and then an ad suddenlly appeared🤕.
@codingcomics
@codingcomics Жыл бұрын
Sorry for that. I try to maintain same range
@martinjolivares1
@martinjolivares1 10 ай бұрын
is that a safe logout?
@codingcomics
@codingcomics 10 ай бұрын
Yes,This is a hard delete method.
@allindiachannel2290
@allindiachannel2290 Жыл бұрын
I used same code with getting this error ->Cross-Origin-Opener-Policy policy would block the window.closed call.
@codingcomics
@codingcomics Жыл бұрын
I think your browser not allow popup. Is there any icon with red dot or something inside url bar. click it and give allow.
@allindiachannel2290
@allindiachannel2290 Жыл бұрын
@@codingcomics No sir it is allowing in the local host everything works fine but when a deployed the website in the deployed version it is showing coop error
@codingcomics
@codingcomics Жыл бұрын
See this stackoverflow.com/questions/60909114/why-is-my-sign-in-with-google-firebase-react-but-not-working-when-i-deploy May be it will use
@codingcomics
@codingcomics Жыл бұрын
See verified answer
@allindiachannel2290
@allindiachannel2290 Жыл бұрын
@@codingcomics yes it works fine now, thank you sir
@AbhishekSharma-ti4sn
@AbhishekSharma-ti4sn Жыл бұрын
Hey bro I'm getting an error saying app not initialized i have done everything
@codingcomics
@codingcomics Жыл бұрын
Did you imported firebase properly?
@AbhishekSharma-ti4sn
@AbhishekSharma-ti4sn Жыл бұрын
@@codingcomics yes
@codingcomics
@codingcomics Жыл бұрын
Exactly what error you got
@AbhishekSharma-ti4sn
@AbhishekSharma-ti4sn Жыл бұрын
@@codingcomics dekh lo n yr plz
@aryankalra5640
@aryankalra5640 Жыл бұрын
thank you so much!!
@ByteAndGo
@ByteAndGo 3 ай бұрын
Thanks man
@morelyves7298
@morelyves7298 Жыл бұрын
Thanks 🤝
@Arjun-oq1jz
@Arjun-oq1jz Жыл бұрын
but its not working in my mobile phone
@codingcomics
@codingcomics Жыл бұрын
It will work please recheck the code. I gave Code Link the description
@FahadKhan-hc3mq
@FahadKhan-hc3mq Жыл бұрын
Yes it only works on local host
@FahadKhan-hc3mq
@FahadKhan-hc3mq Жыл бұрын
It doesn't work after deployment on server
@codingcomics
@codingcomics Жыл бұрын
@@FahadKhan-hc3mq go to firebase and click Authentication -> Settings -> Authorised domains -> Add domain -> paste domain name -> click Add button. It will work
@FahadKhan-hc3mq
@FahadKhan-hc3mq Жыл бұрын
Yeah I got this problem sorted this morning. btw thankyou.
@felixfale964
@felixfale964 Жыл бұрын
Merci 👍
@nikhilchauhan3506
@nikhilchauhan3506 Жыл бұрын
also make signout with auth firebase
@codingcomics
@codingcomics Жыл бұрын
Try this firebase.auth().signOut().then(function() { // Sign-out successful. }).catch(function(error) { // An error happened. });
@brendansullivan4872
@brendansullivan4872 2 ай бұрын
You will get hacked if you do this even if you use env variables
@srishtimishra-f2l
@srishtimishra-f2l Жыл бұрын
thanks
@Kamron-t7w
@Kamron-t7w 20 күн бұрын
скиньте мне весь код который вы сделали
@codingcomics
@codingcomics 20 күн бұрын
I gave the code link in the description
@김찬희-n4y
@김찬희-n4y Жыл бұрын
i love you
How many people are in the changing room? #devil #lilith #funny #shorts
00:39
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 96 МЛН
React Authentication Crash Course With Firebase And Routing
56:00
Web Dev Simplified
Рет қаралды 659 М.
React Google Authentication - Firebase Authentication Tutorial
20:23
Sign In with Google | React Native Expo | Tutorial 2024
15:11
Omatsola Dev
Рет қаралды 11 М.
Setting Up Google Authentication in Firebase 9: A Step-by-Step Guide
15:08
Brett Westwood - Software Engineer
Рет қаралды 20 М.
Login and Signup Page in React JS with Firebase
19:19
Code With Yousaf
Рет қаралды 10 М.
7 better ways to create a React app
7:08
Fireship
Рет қаралды 567 М.
Setup Google OAuth sign in 6 minutes
6:51
Appwrite
Рет қаралды 99 М.