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

Поділитися
Вставка
  • Опубліковано 16 вер 2024
  • In this video, I have explained google authentication with react js and firebase.
    source code : ( github.com/Aka... )
    #googleAuthReact #firebase #react

КОМЕНТАРІ • 64

  • @BoldiLakos
    @BoldiLakos Рік тому +4

    I came here from a 4 hour long video, you saved my life!!

  • @aryashailesh12
    @aryashailesh12 Рік тому +3

    Hey this is a to the point tutorial, really appreciated it, thanks.👌👌

  • @visweishkm6090
    @visweishkm6090 4 місяці тому

    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..

  • @Alokpandey03
    @Alokpandey03 11 місяців тому

    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❤❤

  • @yashkumar9671
    @yashkumar9671 2 місяці тому

    Very good, to the point. Loved it!!! Thanks

  • @harsh9558
    @harsh9558 Рік тому +1

    that was quick & to the point!
    thx a lot!!

  • @parjapticreator
    @parjapticreator 6 місяців тому

    nice bro simple and easy to understand keepitup dude ❤❤❤❤

  • @shreyaskulkarni5534
    @shreyaskulkarni5534 11 місяців тому +1

    Nice Tutorial.
    Loved it

  • @gabrielpaivademedeiros2737
    @gabrielpaivademedeiros2737 5 місяців тому

    thanks bro! You save my time

  • @FIRE_EVERYTHING
    @FIRE_EVERYTHING Рік тому

    Great tutorial! Showing step by step is really helpful

  • @aviipatel8760
    @aviipatel8760 9 місяців тому

    Nice And straight forward to the point video., Thanks.

  • @Dark-NoobArt
    @Dark-NoobArt 14 днів тому

    best video ever

  • @zeddscarlxrd4331
    @zeddscarlxrd4331 Рік тому

    Damn man such nice tutorial fast and to the point

  • @ishitashetty8499
    @ishitashetty8499 10 місяців тому

    Thank u so soo much for this tutorial!! very easy and detailed process!!

  • @cwu202
    @cwu202 8 місяців тому

    nice and very well done, my congratulations

  • @craiggazimbi
    @craiggazimbi Рік тому

    Thanks man , keep up the good work

  • @Thepyschologyofsuccess
    @Thepyschologyofsuccess Рік тому

    very helpful for my project thanks for making this video.

  • @The_Developer_
    @The_Developer_ 8 місяців тому

    Thanks bro , respect from MAKAUT

  • @leoleo3564
    @leoleo3564 Рік тому

    Thank you, your tutorial is very clear!

  • @Fight4Justice2011
    @Fight4Justice2011 Рік тому

    What a legend! thank you!! 🙌

  • @amannindra6488
    @amannindra6488 2 місяці тому

    W teacher!!

  • @Peacemaker.404
    @Peacemaker.404 Рік тому

    works perfect, thank you.

  • @ByteAndGo
    @ByteAndGo 12 днів тому

    Thanks man

  • @dalelloussaief4373
    @dalelloussaief4373 7 місяців тому

    Great tutorial! Thank you

  • @brijingeorge7996
    @brijingeorge7996 4 місяці тому

    super video sir very helpful

  • @techlightdev
    @techlightdev Рік тому

    Thank you. So helpful for me

  • @Shshejeje122
    @Shshejeje122 Рік тому

    Great video!

  • @zeyadahmad4556
    @zeyadahmad4556 Рік тому +1

    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  Рік тому +1

      Sorry for that. I try to maintain same range

  • @ShdowVble
    @ShdowVble 7 місяців тому

    Thanks man!!!!!🎉🎉🎉

  • @samuelhlousek3639
    @samuelhlousek3639 10 місяців тому

    Thank you very much for the tutorial

  • @minhthai9521
    @minhthai9521 Рік тому

    Thank you alot sir! ♥

  • @aryankalra5640
    @aryankalra5640 Рік тому

    thank you so much!!

  • @novacame9718
    @novacame9718 11 місяців тому

    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  11 місяців тому

      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: ua-cam.com/video/LNzY3x4KHHg/v-deo.htmlsi=LkGA4omhtUSjeclK
      maybe this video help you

    • @novacame9718
      @novacame9718 11 місяців тому

      @@codingcomics Thank you bro so much for replying !!!! Appreciated man !!!! I will surely look into this 🔥and let you know 👍

  • @morelyves7298
    @morelyves7298 Рік тому

    Thanks 🤝

  • @srishtimishra-f2l
    @srishtimishra-f2l Рік тому

    thanks

  • @felixfale964
    @felixfale964 Рік тому

    Merci 👍

  • @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 10 місяців тому

    Hey bro I'm getting an error saying app not initialized i have done everything

  • @김찬희-n4y
    @김찬희-n4y Рік тому

    i love you

  • @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.
      });

  • @martinjolivares1
    @martinjolivares1 7 місяців тому

    is that a safe logout?

    • @codingcomics
      @codingcomics  7 місяців тому +1

      Yes,This is a hard delete method.

  • @Arjun-oq1jz
    @Arjun-oq1jz Рік тому

    but its not working in my mobile phone

    • @codingcomics
      @codingcomics  Рік тому +1

      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  Рік тому +1

      @@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.