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

  • @user-ql3op2ti4b
    @user-ql3op2ti4b 10 месяцев назад +3

    Thank you Beto. Works perfectly. cheers.! we have been struggling for a long time on this since there is no proper documentation in expo

  • @mmshilleh
    @mmshilleh Год назад +4

    Appreciate you making the update for 2023 saved me a lot of time. Been banging my bead against this for a few days.

  • @Cappell7
    @Cappell7 Год назад +17

    Could you please make a video intergrating firebase in this flow e.g. creating a firebase user when they have signed in with google and the same with apple login. Would be massively appreciated!!

  • @jon1996xd
    @jon1996xd 9 месяцев назад

    Thank you very much Beto! It just worked after watch your video step by step!

  • @amalsony9786
    @amalsony9786 10 месяцев назад +21

    In case anyone runs into an error when generating the credentials for Android:
    When it asks you to use run eas credentials instead of npx expo credentials:manager or just expo credentials:manager,
    run "npm install -g eas-cli" and then run "eas credentials" in your project terminal in VSCode to get the same screen Beto got.

    • @elvedinwayne6247
      @elvedinwayne6247 9 месяцев назад

      Is this way of expo-auth-session with google deprecated ? Thank you in advance

    • @amalsony9786
      @amalsony9786 9 месяцев назад

      @@elvedinwayne6247 Hey! Sorry for the late response but I'm not sure what that means. Could you be more specific? I might be able to help you.

    • @elvedinwayne6247
      @elvedinwayne6247 9 месяцев назад

      @@amalsony9786 I read the oficijalna documentation from expo and I saw that this way of using of google sign in library is deprecated. So anyway I tried this solution from tutorial and it works!

    • @coding_university_
      @coding_university_ 4 месяца назад +1

      @@amalsony9786 Hello, please did you get this to work on Android? iOS and web works fine but I keep getting invalid request error when I run it on Android.

    • @amalsony9786
      @amalsony9786 4 месяца назад

      @@coding_university_ Hi, I actually ended up not shipping my app on Android, but I was able to successfully generate credentials for Android.
      1. you need to get expo's eas-cli, to do that run "npm install -g eas-cli"
      2. then run eas credentials and select Android
      Let me know if this worked :)

  • @armyofda12monkeys
    @armyofda12monkeys 9 месяцев назад

    Do you need to install expo-dev-client to get it working in Android/IOS? I saw that in your Expo+FB video, but not sure i saw it installed in this Expo+Google video? (although maybe i missed it).
    Also if anything goes wrong, can you just delete the android/ folder and just do the prebuild step again to recreate it?

  • @0xivanov
    @0xivanov 11 месяцев назад

    Thanks man, the video really helped me 🙏

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

    Appreciated for the great video! But when I try it on the iOS simulator, I am facing with an error. The returned user object from the google sign in says: error code: 401, Request is missing required authentication credential. Expected OAuth 2 acces token........ and it goes on with not returning the user. also at the end of the user object says "status:UNAUTHENTICATED". Can anybody help?

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

    Thanks a lot, that was so helpful

  • @textual
    @textual 8 месяцев назад

    Great video, where did you find the documentation for this? I see expo auth has a facebook provider as well but not sure how to implement it, or extend to other providers like linkedin, reddit, etc

  • @patrickmogensen3865
    @patrickmogensen3865 9 месяцев назад +1

    GoogleAuthRequestConfig is deprecated according to the Expo documentation. Can you still Expo AuthSession for sign in with google?

  • @VijitChandna
    @VijitChandna 10 месяцев назад

    Hey, thanks for this! How to get a refresh token I want to use google APIs after auth

  • @navidehyaee8123
    @navidehyaee8123 8 месяцев назад

    Can this be later simply built and installed on ios/android in production?

  • @Niletixofficial
    @Niletixofficial 5 месяцев назад +1

    if i dont have mac, i wont be able to do this for ios right

  • @avi933
    @avi933 11 месяцев назад +1

    hey thanks for great video, But I'm facing Error
    Error: Client Id property `expoClientId` must be defined to use Google auth on this platform.
    How to fix this?

  • @kasteh
    @kasteh 11 месяцев назад +2

    Im getting webpack-config error at the installation, I have expo49. Could you help me? or would make other video using expo49 please 🙏.

  • @coding_university_
    @coding_university_ 4 месяца назад

    Hello @codewithbeto, thanks for you video. how did you get this to work on Android? iOS and web works fine but I keep getting invalid request error when I run it on Android. I will appreciate you response. Thanks a lot!

  • @iiRecKLeSniPeR
    @iiRecKLeSniPeR 3 месяца назад

    Will this work if you run the app through Expo Go? Or do you have to generate the build for iOS and Android for it to work?

  • @haidermansoor7700
    @haidermansoor7700 9 месяцев назад +8

    Hey, I am getting a redirect uri error in all platforms. any solutions?

  • @craiggazimbi
    @craiggazimbi 10 месяцев назад

    Thank you for the video, I ran npx expo prebuild it gave me the ios and android folders but it returned Error: npm exited with non-zero code: 1 when it got to the installing using npm part.

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

    Thanks for sharing this, Do you know any best possible way to do LinkedIn Login with expo ??

  • @vitolc
    @vitolc 3 месяца назад

    tu é pika meu mlk, tmj

  • @cjfong425
    @cjfong425 10 месяцев назад

    This warning repeats over and over again when I try to start it up in iOS:
    Attempted to call AuthSession.startAsync multiple times while already active. Only one AuthSession can be active at any given time.
    Any idea what is causing this? 🤔

  • @SonNguyenLife
    @SonNguyenLife 9 месяцев назад

    Do you need Apple Developer for this? I made something like this last year but did not need Apple Developer. But this time I needed it.

  • @craiggazimbi
    @craiggazimbi 9 месяцев назад +5

    Error 400: Invalid_request Custom URI scheme is not enabled for your Android Client. I am getting this when I run the android app, ios and web are working fine. anyone else who came across this problem
    ?

    • @Azer_Oner
      @Azer_Oner 7 месяцев назад

      Did you find a solution please ?

    • @dauren10
      @dauren10 4 месяца назад

      npx expo run:android maybe help

    • @RickYang-lu7jy
      @RickYang-lu7jy 2 месяца назад

      I have solved this problem. you can contact me.

  • @tonykharioki6913
    @tonykharioki6913 7 месяцев назад

    great tutorial Beto.

  • @humbertoisraelperezrodrigu9449
    @humbertoisraelperezrodrigu9449 Год назад +2

    Muchas gracias tocayo por hacer este video, lo necesitaba poro afortunadamente descubrí como hacerlo en tu video pasado con Facebook, tome lo que necesitaba y lo hice así, eres excelente maestro, te agradecería mucho si pudieras hacer un video de como hacer un mockup, que recursos utilizar, etc. Realmente me cuesta mucho hacer o pasar los diseños a React Native. Gracias de antemano

  • @amanullah2960
    @amanullah2960 5 месяцев назад

    Thank you for the helpful video; it guided me successfully. However, I'm facing an issue. After logging out and removing the async storage token, attempting to re-login with a different Google ID results in an error: "500. That’s an error. There was an error. Please try again later. That’s all we know."
    What should I do in this situation?

  • @minhnguyenhainhat234
    @minhnguyenhainhat234 8 месяцев назад

    when choose the account to sign in with google, it navigate to the page of google and can not come back to the app

  • @MJ-vx5cz
    @MJ-vx5cz Год назад

    Could you do it and save the user to database ?

  • @wisdomelue
    @wisdomelue 9 месяцев назад

    can you do for google firebase also, not using GCP

  • @lucashoffmannn
    @lucashoffmannn 10 месяцев назад

    Can someone help? I'm getting the error: Something went wrong trying to finish signing in. Please close this screen to go back to the app.

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

    great tutorial Beto, and you explain very well and also show the issues you facing. question, how did you emulate your actual iphone on the screen? or are you using simulator? and for android are you using android studio? thanks again

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

      Thanks and yes, simulator and android studio

  • @johnobiofiong
    @johnobiofiong 10 месяцев назад +7

    Great Video...
    The functions you used in this video say is it deprecated on expo official documentation and one would have to use the native method with expo...

    • @8animer889
      @8animer889 3 месяца назад

      hey I've solved this error you can checkout this latest tutorial - medium.com/@prasadkatkade008/how-to-add-google-sign-in-expo-react-native-guide-2024-f9737d1f2a46

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

    how does signing out work here?

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

    My app is crashing when the pop-up window opens, has anyone managed to fix it? PS: Emular Android Pixel 4

  • @justrensk
    @justrensk 6 месяцев назад

    Soy el unico che tiene problema con el redirect de Android Studio? quando se abre la pagina per entrar con google se queda todo negro..Ayuda..

  • @Gustavo-bi4hv
    @Gustavo-bi4hv 4 месяца назад

    There is a similar approach without using Expo?

  • @pistueros5895
    @pistueros5895 11 месяцев назад +5

    Hi! Loving the tutorial, sadly I have a problem with the OAuth2 popup window on web. The redirection happens in the popup as well and does not close automatically. What could be the problem?

    • @moinuddin5525
      @moinuddin5525 6 месяцев назад

      solved ?
      i m having same issue

    • @k4nyeeasto199
      @k4nyeeasto199 4 месяца назад

      you have to add
      WebBrowser.maybeCompleteAuthSession();

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

    Thank You So much You are the best

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

    hello brother, can you show me how create REST API login with google button for react native from backend laravel sanctum, terimakasih🙏

  • @quakerparrotandlovebirds1138
    @quakerparrotandlovebirds1138 8 месяцев назад +3

    My Emulator keeps crashing when pressing Login Button. And on expo Go, i get error 400: invalid request Authorization error. :/

    • @Azer_Oner
      @Azer_Oner 7 месяцев назад +1

      Did you find a solution for error 400 ?

    • @RickYang-lu7jy
      @RickYang-lu7jy 2 месяца назад

      I have solved this problem. you can contact me.

  • @ChettipallyKamalSai
    @ChettipallyKamalSai 3 месяца назад

    bro i am having a issue while connecting to google. It is 'Error 400: invalid_request
    Request details: redirect_uri=" i am developing a android app, i am connecting to google as specified in your video with androidclient id only . I am unable to resolve the issue. if u know anything about this can u help me?

  • @rodelcrisosto499
    @rodelcrisosto499 Год назад +4

    May i know the version of gradle and java you used? Thanks, I get a lot of errors when trying to run npx expo run:android I dont know the exact reason is but I have tried fixing it.
    I have tried different java djk versions such as 20, 8, 11 and installing gradle which I dont even sure if it is required.

    • @flokiololo6698
      @flokiololo6698 8 месяцев назад

      Same, can't make it to work, even after tying many different versions, java / gradle / kotlin have many incompatibilities

  • @straightuprecordlabel3254
    @straightuprecordlabel3254 2 месяца назад

    cant find the ios bundler on a windows computer

  • @abelmurua6980
    @abelmurua6980 5 месяцев назад

    Great video Beto but this library was deprecated because it was meant for web support only. Based on expo go documentation now there is another library that has to be used "google-signin' and its quite hard to use. Are you planning on making a 2024 video with this new library?

  • @sebastianmendoza4327
    @sebastianmendoza4327 11 месяцев назад +2

    Hey, does anyone know how if it's possible to get the credentials without ejecting from expo? Great video!!

  • @codeprovs
    @codeprovs Месяц назад

    comment faire quand on doit passer en production pour (Origines JavaScript autorisées)

  • @aartimore-dq5ex
    @aartimore-dq5ex 17 дней назад

    hi..can u plz tell me node version ??

  • @ptk6909
    @ptk6909 11 месяцев назад +4

    I have some error
    $ expo credentials:manager is not supported in the local CLI, please use eas credentials instead
    sorry for did not achive timestamp.

    • @nikolaprogramer33
      @nikolaprogramer33 10 месяцев назад

      same...

    • @cjfong425
      @cjfong425 10 месяцев назад

      Also subscribing to this... @codewithbeto: Can you help? I also can't use just the `expo` command as it is not found.

  • @leokim4943
    @leokim4943 6 месяцев назад

    hey beto, i have a question: in this tutorial, why exactly do we have to use Expo prebuild? which part of this implementation is a native code that's not naturally supported within the realm of Expo SDK? thanks so much for this amazing tutorial - i followed this step by step, and my app works beautifully!

    • @Beyram1501
      @Beyram1501 5 месяцев назад

      Google login itself needs to run on a native application for google to provide credentials

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

    Gracias. Cuando hago npx expo prebuild solo me crea la carpeta android, no la ios ni el bundleIdentifier

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

    Can you please explain why at 30:15, you had to write the handler as `() => promptAsync()` and why only writing `promptAsync` didn't work?

    • @codewithbeto
      @codewithbeto Год назад +2

      Hey, honestly I'm not entirely sure. I just know that if you call onPress={promptAsync} won't work.
      Also you can create another function to handle the event and then inside this function call promptAsync();
      I hope this helps. 🙂

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

      @@codewithbeto Okay, no issues. Thanks man.
      Also, the tutorial is great and easy to understand & follow.

    • @liujunhan1909
      @liujunhan1909 11 месяцев назад +2

      the difference between onPress={someFunction} and onPress={() => someFunction()} is because of parameters in the function
      const someFunction = () => { //... some code }
      onPress={someFunction}
      const someFunction = (a, b) => { //... some code that uses a and b, but optional to pass in }
      onPress={() => someFunction}
      more technically, its how they were "invoke"

    • @thehood0279
      @thehood0279 11 месяцев назад

      @@liujunhan1909 Thankyou, I understood what you said. Really appreciate the help. 😄

  • @wiktornazaruk1010
    @wiktornazaruk1010 8 месяцев назад +4

    Did everything as in this tutorial and still get error 400: redirect_uri_mismatch . Anyone knows solution to it?

    • @apostolosmihailidis5467
      @apostolosmihailidis5467 6 месяцев назад

      I had the same issue with xamarin and decided to go on with react native so I would like to ask if you manage to solve this

    • @corderoearljason6676
      @corderoearljason6676 5 месяцев назад

      Did u manage to solve this?

    • @tejasdeshpande3271
      @tejasdeshpande3271 4 месяца назад

      you are not using https

    • @RickYang-lu7jy
      @RickYang-lu7jy 2 месяца назад

      I have solved this problem. you can contact me.

  • @nyogrson1
    @nyogrson1 2 месяца назад

    Why does this process keep changing? are these steps now deprecated?

  • @tardelivinicius
    @tardelivinicius 6 месяцев назад

    I'm doing this on Windows and using expo go, when I open Google it gives an invalid request error and I can't add exp:// to the credentials list, do you know any way I can do this?

    • @mrevergreen9049
      @mrevergreen9049 5 месяцев назад

      In the expo documentation they say it's not possible to use expo go as this method uses native code, so you'll have to work with a simulator

  • @IdentyCloudOficial
    @IdentyCloudOficial 7 месяцев назад +1

    Estimado, WARNING: The legacy expo-cli does not support Node +17. Migrate to the new local Expo CLI
    como se puede conseguir el credencial manager si la libreria esta deprecada, ósea que alternativa nos queda?..

    • @davidrosa444
      @davidrosa444 4 месяца назад

      Debes reemplazar la parte que esta en brackets con la ubicacion de tu debug.keyStore, que se encuentra en la carpeta android

  • @ngualpha2740
    @ngualpha2740 7 месяцев назад +1

    Thanks for the video. Running into an error when trying to run the authentication. Its a 400 status code error, saying "Access Blocked, Authorization Error"

    • @5464654135756
      @5464654135756 5 месяцев назад

      Did you get it fixed?

    • @RickYang-lu7jy
      @RickYang-lu7jy 2 месяца назад

      I have solved this problem. you can contact me.

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

    Hi Beto, I have filled the Sign In form expeting to purchase the react ntive course, but I still don't receive the confirmation code in my mail...could you please confirm me that this course will be avalaible in english? Thank you, I really love the way the you explain your courses step by step...

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

      Can you send me your email please betomoedano@outlook.com and yes, the course will be available in english

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

      I Ve the same issue as you when I Ve tried to create an OAauth : an error occurred in register…you did you do for handle that please?

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

      I sent you an email!

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

      ​@@m__link6499 i m having same issue..

  • @brenolins9908
    @brenolins9908 11 месяцев назад +2

    I can't use this app on Expo go i always got the error: Error: Client Id property `expoClientId` must be defined to use Google auth on this platform. How can i fix this?

    • @sangameshwarsangaeshwar1110
      @sangameshwarsangaeshwar1110 7 месяцев назад

      even I am facing same issue, any pointers to solve

    • @mrevergreen9049
      @mrevergreen9049 5 месяцев назад

      @@sangameshwarsangaeshwar1110 They mentioned in the expo doc that it doesn't work on expo go

  • @Gutss7
    @Gutss7 6 месяцев назад +3

    Hello,
    I have a problem...
    after clicking sign in with google,
    I got "Access blocked: This app's request is invalid... " my mail " You can't sign in because this app sent an invalid request. Error 400: redirect_uri_mismatch

    • @rogmz3512
      @rogmz3512 6 месяцев назад

      Same problem

    • @shanikhan8639
      @shanikhan8639 4 месяца назад

      us

    • @mtayyab3676
      @mtayyab3676 3 месяца назад

      @@rogmz3512 do you find any solution

    • @mtayyab3676
      @mtayyab3676 3 месяца назад

      @@shanikhan8639 find solution ?

    • @RickYang-lu7jy
      @RickYang-lu7jy 2 месяца назад

      I have solved this problem. you can contact me.

  • @spectacular5595
    @spectacular5595 6 месяцев назад

    great video , in my case i got some error , like Error 400 : redirect_uri_mismatch , anyone can fix it ????

    • @arminadeli9338
      @arminadeli9338 5 месяцев назад

      I have fixed this error by adding the scheme in app.json and correcting the name of my bundleIdentifier to be identical with the OAuth on google

  • @capitanrdc99
    @capitanrdc99 7 месяцев назад +2

    Hi Beto, since the Google module is deprecated, could you upload a new video with an alternative?

    • @codewithbeto
      @codewithbeto 7 месяцев назад +1

      I’ll look into this

    • @capitanrdc99
      @capitanrdc99 7 месяцев назад

      ​@@codewithbeto Hey hey beto, consegui hacerlo con pura manipulacion de endpoint con axios, voy a hacer un repo en github y te lo paso.

    • @altjr458
      @altjr458 6 месяцев назад

      @@codewithbeto Hi Beto, I did your step by step process this week in 2024, and it worked 99%. I'm facing a problem: I can log in with my Google account, but it is automatically redirected to the Chrome browser, and does not return to the application screen with the data. In short, I can't bring the data back when I finish logging into the account, how can I solve it? Thanks for the video

  • @axeluwu7589
    @axeluwu7589 2 месяца назад

    ¿alguien sabe cómo solucionar este error? No puedes iniciar sesión en esta aplicación porque no cumple con la política OAuth 2.0 de Google para mantener las aplicaciones seguras.
    Puedes informar al desarrollador de la aplicación que esta no cumple con una o más reglas de validación de Google.
    Más información sobre este error
    Si eres un desarrollador de navegación, consulta losdetalles del error.
    Error 400: solicitud_inválida

  • @mr.garden4170
    @mr.garden4170 7 месяцев назад

    hello brother i got the problem when i run npx expo prebuild it only get package name of android it don't have IOS why ?

    • @mrevergreen9049
      @mrevergreen9049 5 месяцев назад

      Same happened to me, i wonder why 🤔

  • @moinuddin5525
    @moinuddin5525 8 месяцев назад +5

    "Access blocked: Authorization Error" You can't sign in to this app because it doesn't comply with Google's OAuth 2.0 policy for keeping apps secure. You can let the app developer know that this app doesn't comply with one or more Google validation rules.

    • @moinuddin5525
      @moinuddin5525 8 месяцев назад

      can you plaease help me with this

    • @quyensinhtran
      @quyensinhtran 7 месяцев назад

      Same issue

    • @siflen8810
      @siflen8810 7 месяцев назад

      same here

    • @yahyaaman7242
      @yahyaaman7242 7 месяцев назад

      same problem, anyone has solution to this?

    • @sanniabdulameen2929
      @sanniabdulameen2929 7 месяцев назад +2

      It is mostly due to the custom url,go to the credentials page,click that of android,hen under advanced settings,check the box of allow custom uri
      Altho now,it works,but not redirecting well

  • @mahendrakhamalakbar7517
    @mahendrakhamalakbar7517 5 месяцев назад

    Please do with no gcp

  • @minhnguyenhainhat234
    @minhnguyenhainhat234 8 месяцев назад +1

    when click sign in it got:
    "access blocked: authorization error"
    'you can't sign in to this app because it doesn't comply with google's oauth 2.0...'

  • @highratedmughal3266
    @highratedmughal3266 5 месяцев назад

    Dont have access to copy the npx command he run at @4.25

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

    Very good tutorial! I like the part you have bugs and showing how to debugs, that is really useful. Thank you for your sharing (^_^) I am going to test on my web, iPhone and Mi Pad 5, the android simulator on still veru buggy

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

    Is it possible to add Google authentication in react native (expo) with firebase?

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

      It is possible

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

      @@codewithbeto can you please video on this topic?

    • @codewithbeto
      @codewithbeto Год назад +2

      @@sahilverma_dev sure 🙂

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

      @@codewithbeto thanks bro

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

      @@codewithbeto This would be amazing to have a video about. If when you sign up with google, it will create a firebase user account

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

    if i build using npx expo run:android then it throws errors

    • @codewithbeto
      @codewithbeto 11 месяцев назад

      Make sure you have the android setup installed correctly

  • @patrykkubala9702
    @patrykkubala9702 24 дня назад

    for "expo credentials:manager is not supported in the local CLI, please use eas credentials instead" error when generating the credentials for Android do:
    npm install -g eas-cli
    eas login
    eas build:configure
    eas credentials

    • @SubhamayPaul
      @SubhamayPaul 22 дня назад +1

      Simply do eas build. Then do eas credential. Also after doing eas build, you can check your expo dashboard all the necessary credential information

    • @RadiantSkyDS
      @RadiantSkyDS 17 дней назад

      @@SubhamayPaul eas credentials (with a "s"). But thanks,this resolved for me :)

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

    How do you manage to fix redirect issue? I'm stuck on that

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

      Hello friend, did you manage to solve this problem?

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

      @@tarcisioandrade9816 no

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

      @@nandonunez3575 Aaah, I'm breaking my head with this error and there is no issue on the internet to help me. If you figure out how to solve it, please let me know.

    • @0xivanov
      @0xivanov 11 месяцев назад

      @@tarcisioandrade9816 struggling with this error too

    • @M.A.S_67
      @M.A.S_67 7 месяцев назад

      @@tarcisioandrade9816 hey buddy did you find any help for that, im also stuck on this "access blocked:authorisation error" thing?

  • @nhantamtran6159
    @nhantamtran6159 10 месяцев назад +2

    anyone know how to handle this error?
    Access blocked: Authorization Error.
    Error 400: invalid request

  • @shipcake12
    @shipcake12 Год назад +2

    The useProxy option is deprecated and will be removed in a future release, for more information check

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

      I see this warning also, after clicking the Sign in button

  • @user-es4lq6xt5v
    @user-es4lq6xt5v Месяц назад

    Access Blocked Authorization Error

  • @ankithadiyal140
    @ankithadiyal140 3 месяца назад

    Has anyone resolved the issue with the "Error 400: invalid_request"?

    • @karolxbt8678
      @karolxbt8678 3 месяца назад

      enable custom scheme in google cloud console

    • @RickYang-lu7jy
      @RickYang-lu7jy 2 месяца назад

      I have solved this problem. you can contact me.

    • @ramazanbirnazarov
      @ramazanbirnazarov 14 дней назад

      @@RickYang-lu7jy can you just explain what did you do? having the same issue

    • @RickYang-lu7jy
      @RickYang-lu7jy 11 дней назад

      @@ramazanbirnazarovit’s long time ago. I remember that I used a development build model. And the package name need to be same with the project name. Also, the name need to be lowercase. It is too long ago, I couldn’t remember very well.

  • @formhub7856
    @formhub7856 4 месяца назад +9

    Video is only 9 months old yet everything is broken and outdated lol, gotta love all this bs tech stack

    • @fhrmk
      @fhrmk 9 дней назад +1

      Bro especially anything to do with google products. They are great but a proper mess starting with google home up to google cloud and shit

  • @corderoearljason6676
    @corderoearljason6676 5 месяцев назад

    Has anyone solve the issue error 400:?

  • @princeeldrige9050
    @princeeldrige9050 7 месяцев назад

    where have you beeen, all my life?

  • @lxonthemix834
    @lxonthemix834 5 месяцев назад

    Auth access blocked

  • @RickYang-lu7jy
    @RickYang-lu7jy 2 месяца назад

    I have solved all problems. Run perfectly, if anyone have any problems, can ask me.

    • @nobody_knows_i_am_here
      @nobody_knows_i_am_here Месяц назад

      what did you use in place of @expowebpackconfig, cause its giving me issues when I tried to download it, and its no longer in use by expo. So how did you do it???

  • @sarunas8002
    @sarunas8002 9 месяцев назад

    Why the f this is not in expo doc ?

  • @user-ml3ze5iz1l
    @user-ml3ze5iz1l 9 месяцев назад +1

    Deprecated: This provider is deprecated and will be removed in a future SDK version. See Google authentication instead.

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

    Hi from Ukraine, you very help me to resolve my problem ❤

  • @028-manikandan3
    @028-manikandan3 Год назад +1

    Why you can't put typescript bro😢😢😢😢😢😢😢😢😢

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

    En español porfavor :,v

  • @user-sf5hk4yl3j
    @user-sf5hk4yl3j 9 месяцев назад

    your tutorials are outdated and your instruction difficoult to follow and outdated as well

  • @omgimanidiot
    @omgimanidiot 10 месяцев назад +4

    Beto im also getting this error:
    Error 400: invalid_request
    Request details: redirect_uri=

  • @fernandozepedaluna2196
    @fernandozepedaluna2196 Год назад +5

    Hola Beto espero estes de lo mejor, contarte algunas novedades:
    seguí tu video tal y como lo muestras siempre recibo esto:
    Access blocked: Authorization Error.
    Error 400 : invalid_request.
    Los detalles dicen:Request details : redirect_uri=com.myproject.myproject:/oauthredirect
    parece ser que no soy el único con ese problema, encontré un comentario en los foros de expo y dicen que cuando suben la app a playstore ya firmada si funciona.
    aparte de que npx credentials:manager esta deprecated y ahora cambio la manera de generar keys, siento que también ese puede ser el problema, espero me ayuden.

    • @omaraga152
      @omaraga152 10 месяцев назад

      Tengo el mismo error, pudiste solucionarlo?

    • @facundotorres7690
      @facundotorres7690 9 месяцев назад

      Pudiste solucionarlo bro?

    • @quyensinhtran
      @quyensinhtran 7 месяцев назад

      Same issue, have any solution ?

    • @omaraga152
      @omaraga152 7 месяцев назад

      @@quyensinhtran en Google console, android tienen activar la opción scheme de opciones avanzadas

    • @siflen8810
      @siflen8810 7 месяцев назад

      same