Expo Auth Session for Google Authentication on React Native Apps

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 88

  • @MissCoding
    @MissCoding  Год назад

    For the latest way of doing it: ruclips.net/video/T-zTZn_xRBM/видео.htmlsi=CpRIjmLOCtx_au6n

  • @marcelrodriguez5935
    @marcelrodriguez5935 Год назад

    Nice work. Well explained. This helped me a lot. I was stuck with the deprecated expo-google-app-auth. Keep going the good work

  • @shreyak8333
    @shreyak8333 2 года назад +9

    Its working fine with simulaor but when I am building APK and trying in actual device its not working

  • @karthikeyanb436
    @karthikeyanb436 2 года назад +5

    Thanks for this tutorial, I have a question : Expo Auth Session library working on published app (google play store), Testing an expo app works fine locally. when published app to google play store and downloading app in my mobile. Not coming an sign in page and others

  • @davidscarios
    @davidscarios 2 года назад +1

    The documentation is incomplete !! For me not working in Android but add code in this way: onPress={() => googlePromptAsync({ showInRecents: true })}
    Open the browser and works like a charm !!
    Thanks for sharing lady !! :D

    • @saint8298
      @saint8298 2 года назад

      Bro??

    • @davidscarios
      @davidscarios 2 года назад

      @@saint8298 I dont use a fetch function

  • @ArisFilms
    @ArisFilms 2 года назад +2

    Thank you for this video and github repo that was straight to the point! Subscribed.

  • @andreitrinidad
    @andreitrinidad 2 года назад +1

    Really great tutorial!! Helped me a lot, was wondering how to I get the UID?

  • @Konovaloves
    @Konovaloves 2 года назад +3

    where can i get the link for 10:18 minutes ???????????????????????????????????????????????????????????????????????????????

  • @danielfernandez5709
    @danielfernandez5709 Год назад

    Thanks for your tutorials!!! great work

  • @atotech237
    @atotech237 2 года назад +1

    You are and your channel are amazing

  • @ricardofurbino
    @ricardofurbino 2 года назад

    THANKS FOR SAVING MY NIGHT

  • @codescooper3068
    @codescooper3068 2 года назад +6

    Finish to implement but fall on a bage after selecting the account that say " something went wrong trying to finish signing in please close this screen to go back to the app" ... can you help me found the problem , i have no error on the phone or on my term

    • @atulkumar_zip
      @atulkumar_zip 2 года назад +2

      Fixed???

    • @damianocaffa8661
      @damianocaffa8661 2 года назад +3

      get the same
      Anyone know how to solve this?

    • @codescooper3068
      @codescooper3068 2 года назад +1

      Not yet and always don't where this come from

    • @YassineLaadraoui
      @YassineLaadraoui 2 года назад +2

      does anyone have a solution for this

    • @codescooper3068
      @codescooper3068 2 года назад

      @@YassineLaadraoui please if you found something dont forget to come back here

  • @michaelsatumba9362
    @michaelsatumba9362 2 года назад +2

    Thanks for the video!
    Did you find a solution for android standalone?

  • @marioantonio5019
    @marioantonio5019 2 года назад +1

    Great video!
    How to screen-change from the login directly for my app? To the Home screen with bottom tabs and more?

  • @codescooper3068
    @codescooper3068 2 года назад +5

    hi, 10:18 where you take the link at the line 27 please ?

    • @Konovaloves
      @Konovaloves 2 года назад +1

      Code Scooper, did you find the link? I can't find it and the author doesn't respond to comments.

    • @codescooper3068
      @codescooper3068 2 года назад

      @@Konovaloves not really but i think it's a general link that work when you have the good API key

  • @jonasdhein
    @jonasdhein Год назад

    Hello, nice video. I would like to know the reason for returning "dismiss" in its standalone version for android. I am also getting this return even though I configure the access credential for Android in the Google Console

  • @HokiSkateboards
    @HokiSkateboards 2 года назад +2

    Is there any update on this? I'm trying to get the Android Standalone app working.

  • @arouund9571
    @arouund9571 2 года назад

    Thanks allot can you also make a video for apple login because its one of the mandatory requirement from app store to have apple login if you have any other social login on your app.

  • @lettechtutorials
    @lettechtutorials Год назад

    Very good videos, But why your videos views and subscribers are so less

  • @AnanthakrishnanNair123456789
    @AnanthakrishnanNair123456789 2 года назад

    Holy! Thank you !

  • @jasonmayer9080
    @jasonmayer9080 2 года назад

    That android issue is a heck of a show stopper

    • @kedr0n
      @kedr0n 2 года назад +1

      Researching in Dec. 2022, is it still a problem to your knowledge? Can't find a clear answer online yet. Thanks

  • @midnighttfoxx
    @midnighttfoxx Год назад

    Great tutorial. My only problem is the redirect URI i pass in is giving me an error 400, so I'm wondering how you determine what the redirect URi is supposed to be. Thanks in advance

  • @felipedamaro
    @felipedamaro 2 года назад

    Awesome tutorial!!! helps me a lot thanks!

  • @origarsa
    @origarsa 2 года назад

    Thank you it's works! Can you explain how do the login for facebook expo react?

  • @shervinmolka3137
    @shervinmolka3137 Год назад

    Hi , I like to know that how to connect Dropdown list and Image Picker with Firestore , thanks in advance

  • @abdullahfarooqui2479
    @abdullahfarooqui2479 2 года назад +1

    I am getting the access token but when i am sending the access token to google api it is not giving me any response.

  • @ТариэлТаиров
    @ТариэлТаиров 2 года назад

    Hello, I'm using the expo-auth-session lib too. I configured the keys in cloud.console. But when the user clicks on the button through google, this error appears - 404 redirect_uri_mismatch. Help

  • @key9921
    @key9921 2 года назад +3

    Hey thanks for the great video! What do I need to do, when I want to refresh the token without logging in again?

    • @mounirkanane8083
      @mounirkanane8083 2 года назад

      Did you figure this out?

    • @tomindol6601
      @tomindol6601 2 года назад

      useAuthRequest with responseType: "code" , exchange this code with exchangeCodeAsync() you will get accessToken and Refreshtoken (the refresh is just available the first time then store it). When expireIn is outdate use refreshAsync() to get a new accesstoken with the refreshtoken

  • @ankursharma1018
    @ankursharma1018 2 года назад

    Unable to do google login with firebase. GoogleAuthProvider.credential not working.

  • @yashzariya24
    @yashzariya24 2 года назад +1

    thanks for making this tutorial

  • @nickskinner3937
    @nickskinner3937 2 года назад +1

    How did you get expoClientId in the credentials of your Google Cloud? I'm having a hell of a time trying to find it.

  • @yashzariya24
    @yashzariya24 2 года назад +1

    Mam what api are you fetching

  • @MissCoding
    @MissCoding  Год назад +1

    An update here: Expo Auth Session - Login with Google in React Native Apps includes Refreshing Tokens and Logout
    ruclips.net/video/oPTGoJw_Tik/видео.html

    • @CTBell-uy7ri
      @CTBell-uy7ri Год назад

      May I suggest: pinning this comment, or adding it to the description of the video

  • @uctamo1587
    @uctamo1587 2 года назад

    I did exactly her tutorial, but got an error: No matching activity!. Anybody helps, please

  • @leoalbirojo
    @leoalbirojo Год назад

    Anyone knows if the expo library update the system with the Google Identity Services Library ?

  • @sahibkhurana7054
    @sahibkhurana7054 2 года назад

    This shows the error 400 redirect uri error. All the test users that I've approved, when they try to log in, it shows them a different redirect uri. Would you know what might be causing this?

  • @rubenedwinhuallaquispe8698
    @rubenedwinhuallaquispe8698 2 года назад +1

    is it already safe to use it for production standalone app? I see the issue is closed on github

    • @davidscarios
      @davidscarios 2 года назад +1

      I am working in standalone app. We use this in production withouth any problems

  • @oldmanballing
    @oldmanballing 2 года назад

    Has anybody found a solution on this issue? It's actually happening on both iOS and Android for me.

  • @SuperAdilMorocco
    @SuperAdilMorocco 2 года назад

    is it possible to use also Keycloak as Auth Server?

  • @carloshenriquesousademaced92
    @carloshenriquesousademaced92 2 года назад

    Hello! I'm getting the following log:
    "you are not currently signed in to expo on your development machine. as a result, the redirect URL for auth will be, if you are using an oauth provider that requires adding redirect URLs to an allow list, we recommend that you that you do not add this URL -- insted, you should sign in to expo to acquire a unique
    redirect URL. Additionally, if you do decide to publish this app using expo, you will need to register an account to do it"

    • @paulmazeau6725
      @paulmazeau6725 2 года назад +1

      Hey have you find a solution to this problem?

    • @carloshenriquesousademaced92
      @carloshenriquesousademaced92 2 года назад

      @@paulmazeau6725 yes

    • @paulmazeau6725
      @paulmazeau6725 2 года назад

      @@carloshenriquesousademaced92 oh nice ! How ?

    • @diegohurtado6609
      @diegohurtado6609 2 года назад +1

      @@paulmazeau6725 Maybe signing in to expo on your development machine (?)

    • @saphirah6584
      @saphirah6584 2 года назад

      @@diegohurtado6609 type "expo login" in the console and then enter your credentials

  • @ngotrongphuc99
    @ngotrongphuc99 2 года назад

    How to log out or swith to another google account? After the the first time, now it always automatically log in with the previous account

  • @amoghganjikunta4299
    @amoghganjikunta4299 2 года назад

    thank you so much!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  • @thejollycaptain9989
    @thejollycaptain9989 2 года назад

    thanks bro

  • @diogojosesilvaribeiro4837
    @diogojosesilvaribeiro4837 2 года назад

    Thanks

  • @zoltanbata8571
    @zoltanbata8571 2 года назад

    I got type:dismiss from response

  • @yashzariya24
    @yashzariya24 2 года назад +3

    please make a multi vendor app in react native and firebase

  • @zoltanbata8571
    @zoltanbata8571 2 года назад

    I can not to start it

  • @AllahomAnsorGaza
    @AllahomAnsorGaza 2 года назад

    please your discord server link

  • @wyvern8297
    @wyvern8297 2 года назад

    Emmm emmmm emmm emmmm emmmm

    • @MissCoding
      @MissCoding  2 года назад +1

      Thank you for your feedback 😅

  • @marcosvvinyy
    @marcosvvinyy 2 года назад

    Thank you so much!

  • @CodeAndTricks
    @CodeAndTricks 2 года назад +3

    Finish to implement but fall on a bage after selecting the account that say " something went wrong trying to finish signing in please close this screen to go back to the app" ... can you help me found the problem , i have no error on the phone or on my term

    • @EquinoXReZ
      @EquinoXReZ 2 года назад

      Same here, did you figure it out?

  • @marlonm3108
    @marlonm3108 2 года назад +2

    Please help, Im getting Authorisation Error 400: invalid_request when in the google signin page, it says that my application is not complying with google's Oauth 2.0 Policy. Thanks in advance