Tutorial Sign In with Google | React Native Expo

Tutorial Sign In with Google | React Native Expo

Code with Beto

1 год назад

41,946 Просмотров

Ссылки и html тэги не поддерживаются


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

Shreyas Sawant
Shreyas Sawant - 19.10.2023 03:44

Thank you so much for this vide sir!! You're a saviour. I went through a lot of documentations and maybe got mixed up with different ways of configuring it. Your video helped me straighten it out. Muchas gracias hermano!

Ответить
Haseeb Qamar
Haseeb Qamar - 14.09.2023 01:53

What do we do with client secret?

Ответить
Pistu Erős
Pistu Erős - 27.07.2023 12:50

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?

Ответить
A Vital Sky
A Vital Sky - 15.06.2023 18:19

Thanks, it helps)

Ответить
Felipe Vasques
Felipe Vasques - 12.06.2023 23:49

This worked really well for me. But when it goes to production, what should we do? In this tutotial we are doing the signin via the web and actually when it goes to production we need to direct it to android? Thanks a lot for the tutorial

Ответить
Dmytro Kochetov
Dmytro Kochetov - 09.06.2023 21:37

After hours of trying to find a way to set it up finally found your video and made it in 10 minutes! Awesome!

Ответить
Paaras 0104
Paaras 0104 - 07.06.2023 14:44

if i am using this method to update firebase login then how to do with firebase

Ответить
Nando Nunez
Nando Nunez - 20.05.2023 14:03

Anyone fixed the android redirect issue? I'm stuck on that

Ответить
Siddharth Agarwal
Siddharth Agarwal - 14.05.2023 17:21

Thanks! Worked like a charm

Ответить
Karim
Karim - 12.05.2023 05:56

Hey cool stuff man !

Ответить
M__ LINK64
M__ LINK64 - 02.04.2023 01:23

Waiting for the English version to react native course🎉

Ответить
Henrique Weiand
Henrique Weiand - 29.03.2023 02:28

Thanks beto!! Almost everything works here... I just have problems with the iOS

Ответить
neetesh keshari
neetesh keshari - 28.03.2023 12:33

Getting below error:
Error: Cannot use the AuthSession proxy because the project full name is not defined. Prefer AuthRequest (with the useProxy option set to false) in combination with an Expo Development Client build of your application. To continue using the AuthSession proxy, specify the project full name (@owner/slug) using the projectNameForProxy option.

Any support @codewithbeto

Ответить
Alejandro Martinez Ramirez
Alejandro Martinez Ramirez - 26.03.2023 21:02

OMG, i was writting in english and you speak spanish too

Ответить
up chaine
up chaine - 25.03.2023 18:00

im facing same issue with redirect , how can i fix that ?

Ответить
aman kumar
aman kumar - 25.03.2023 03:30

I am getting an error- Access blocked: This app's request is invalid. Error 400: redirect_uri_mismatch. Anybody know the solution for this? Please help

Ответить
The Mitching Hour
The Mitching Hour - 02.03.2023 15:30

What if you're using the bare workflow? What do you put for the URIs and Redirect URIs?

Ответить
Bilel Rahmouni
Bilel Rahmouni - 01.03.2023 09:02

Add a scheme
For a development build and when setting up production apps, define scheme in the app.json. It is required for the authentication flow to complete the process and redirect the user back to the app. It handles the process of deep linking back to the app.
{
"expo": {
"scheme": "yourscheme"
}
}
If you do not provide a value for the scheme, the authentication flow will complete, however, the user will not be redirected back to the app. They will have to manually exit the authentication popup which will result in the rejection of the process.

Ответить
Bilel Rahmouni
Bilel Rahmouni - 01.03.2023 08:53

thnk you

Ответить
Anatolij Levitskij
Anatolij Levitskij - 28.02.2023 22:59

Please, can you re-do this video for expo 48? Cos expo proxy deprecated on expo 48

Ответить
liney adela beleño serpa
liney adela beleño serpa - 25.02.2023 23:11

I tried this method but the redirection doesnt work !!

Ответить
Federico Labandeira
Federico Labandeira - 20.02.2023 00:22

I was working another way, but was having trouble, this helps me get it up and running, thanks!

Ответить
ultimateKETOSIS
ultimateKETOSIS - 12.02.2023 21:03

after running expo prebuild i can't get my app to start i get the following error : CommandError: Activity not started, unable to resolve Intent

Ответить
Faisal Khawaj
Faisal Khawaj - 05.02.2023 20:58

we can use expo credentials

Ответить
Jacky Romano
Jacky Romano - 02.02.2023 23:01

Hey Beto, thanks for this great tutorial. I followed the instructions and it works like charm ! many thanks

Ответить
Renaud Bordet
Renaud Bordet - 20.01.2023 00:51

Hello! Thank for your time & your tutorial. I got an error (classic one) but can't find a way to fix it. null is not an object (evaluating 'response.authentication.accessToken') after login in. Any idea ?

Ответить
Muhammad Hammad
Muhammad Hammad - 13.01.2023 13:49

expo-auth-session has problem in production

Ответить
Lucas Mat
Lucas Mat - 05.01.2023 03:53

are you using bare or managed workflow?

Ответить
developedbypy
developedbypy - 26.12.2022 04:04

can you make a video how to publish to Apple store?

Ответить
mohamed youssef
mohamed youssef - 23.12.2022 17:12

Awesome video +++++++++++++++++++ Thank You 😀

Ответить
Swarny Appakkuddy
Swarny Appakkuddy - 15.12.2022 19:20

How do I find the bundleIdentifier?

Ответить
Arnav Gupta
Arnav Gupta - 12.12.2022 22:05

The expo credentials:manager command doesn't work

Ответить
Sun R
Sun R - 19.11.2022 08:51

Hi Sir, I was following your tutorial and got this error: ERROR Error: Cannot find native module 'ExpoCrypto'

I tried installing the expo's crypto manually but seems like it's giving the same problem :(

Ответить
Thohid Baig
Thohid Baig - 15.11.2022 12:16

Hi , can you plz make a video on how to send the multiple form data to the same API request

Ответить
Sandeep
Sandeep - 09.11.2022 19:54

Hello, Would it be possible for you to please re-do this exact video with Expo 46 ? As you can see with comments on many other similar videos - there seems to be a package interdependency issues - and it is almost a hit or miss. I also want to request you to please do a simple video where after the user logs in, the user generated data (json) is stored and retrieved from firebase. I tried to follow your video in spanish that you shared in your other channel some 4 months ago - and it worked for a bit and is not working now. Unsure if it is just me. Thank you.

Ответить