Implement Google signin in React

Поділитися
Вставка
  • Опубліковано 24 гру 2024

КОМЕНТАРІ • 20

  • @aviegrinberg691
    @aviegrinberg691 9 місяців тому +1

    Thank you for the overview, this type of clarity is much needed

  • @tuhinthakur-ti2cd
    @tuhinthakur-ti2cd Рік тому +2

    broooooo lots of love you saved my project
    thanks a lot

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

    Thanks for this tutorial man !! greatings from Chile !

  • @pranupranav6279
    @pranupranav6279 Рік тому +2

    Thanks buddy.

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

    Helpfull🥰

  • @savankapadiya-p6e
    @savankapadiya-p6e Рік тому +1

    Thanks, man 🤟

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

    thank u so much sir

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

    is acess_token and token_id same because in this way we are only getting acess_token and when i a using that too validate my req in backend it says wrong number of segments in token

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

    Thx bro

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

    How to display the information on the screen once logged in?

  • @spider-man150
    @spider-man150 8 місяців тому +1

    Anyone resolve my issue after hit button it will come
    code:
    authuser:
    code:
    prompt:
    scope:
    How can get data from this response

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

    if we want multiple user mail id in the popup After clicking on the button then we need to add users mail id in test users (of google cloud ) right !

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

      You need to click on use another account on the popup and then add the new account.

  • @AniketBasu-j7w
    @AniketBasu-j7w 10 місяців тому

    but it's 2024 and the email property is not coming

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

    Hi bro I wanna ask I have made Todo list User can create account then after login to use now I want to add login by google how how I will grab or which password I will store to my Database when using google auth means I will get name email like that but what about password which user will put to login again?????? please guide me I am stuck here....

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

      I will have to know what framework/technologies you are using if you are using a backend then once google signin is complete you can use the data received from google and generate a new jwt token and use that as login

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

      @@FixItWithAnkit I am using Full Mern Stack , react for Front-End and mongodb and nodejs for backend

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

    i followed your steps but i keep getting Google SDK isn't loaded!

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

    i am not getting back email other than the that email with witch i created the client id
    how to get all of the user email witch try to connect

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

      For that you will have to move the google app to production