Google Sign in EXPLAINED | React Native Tutorial | Expo | React [LATEST]
Вставка
- Опубліковано 9 лют 2025
- This video will solve all your errors on implementing sign in with Google in React Native and Expo app
#reactjs #javascript #typescript #nextjs #reactnative #expo #programming #mobileapp #mobileappdevelopment
connect with me on
LinkedIn: / omatsola-eyeoyibo
Twitter: x.com/omatsoladev
github: github.com/oma...
This video is awesome, thank you very much. I was stuck for a long time with Expo trying to implement the login, and with this video, it worked on the first try.
@@Fruutos oh thanks man,
I’m happy I was able to help you.
It’s my goal on this channel
Finally it worked. This is my best 30 minutes of today. 😊. Thank you
What do I need to change for production?
This video helped big time. Thank you!
Thanks!! Cheers
You are genius bro ❤
Thank you very much man
@omotsola you said that the details will change at a certain point in the google cloud console when are app is complete and ready for production, can you please make a video on that?
@omatsoladev yes pleasee. Can you show us how to configure the different environments?
Video coming soon
I love you brother thank you so much
Oh I appreciate the love man,
Please subscribe
@@omatsoladev absolutely
thanks a lot
what i should do when do production build using eas build how do i get sha1 cuz eas credentials do not work as problem is you just shouwed devollpment build in andriod studion what about downloading app in actual device where is no localhost thing
@@codelivewithme if you download the app like the APK, it will still work the same way
Let's try this time 😊
great tutorial!
So, because this needs a developer build and is not working in Expo Go, how can we still run the app in Expo Go with npm start? Are we not able to do this anymore or is there a way to skip this package for Expo Go?
@@stesvis you can continue working with a development build, both on emulator and your real device, if not you can comment out the Google sign in feature and do it back when you're done building
@@omatsoladevawesome, great tutorial! I followed all the steps and i keep getting DEVELOPER_ERROR on android with no other details.. hopefully i can figure it out.
@@omatsoladev is there a reason why after following every step to the letter, I get a "DEVELOPER_ERROR" on android when the `await GoogleSignin.signIn()` is called? Thank you so much for this video, the Google Cloud setup is never explained well enough in the docs!
Bro I am using firebase and database ...How do i go about doing auth using firebase seems i am missing something
Maybe I will do a video for Google auth using firebase
@omatsoladev plz do .. andriod especially... everything is right but something seems amiss...,😞
@omatsoladev it blinks and goes away but googleSignin.signin returns users credentials but no idToken with the credentials...
This work in Dev mode. But in production work for android. In iOS crash when i click the login button. Any one else with the same problem?
Even the previous video works for me thanks. However when i generate APK build, it doesn't work i have the Google permissions too.
I think it's because localhost:8081 is set but I'm trying to use my phone.
Also i noticed you didn't set the Android public key? Any reason for this?
my question is also about that, he is not responding
If you followed this video to the end, even the Apk will work for you.
Try to watch again, see if you missed something
Hi, do you know how to request Gmail API permissions from the user?
How do you open the ipa on your iPhone?
What is ipa
I'm developing on Windows and had to use the cloud build option.
thanks you so much bro
npx expo run:android works perfect for me but after doing a production build using eas build -p android -profile production and downloading the apk in my actual android device when i click the button it does same exact thing but nothing happens after that not even any error shows up.
did you fix it in preview is not working
did you figure it out?
I'm looking for the firestore stuff
Hey bro, thank you for the tutorial. Everything seems to be working except when I get to the "Google hasn't verified this app" modal, clicking "Continue" or "Back to safety" doesn't do anything. What do you think I can do to fix that? Basically I am stuck with that
Chat me on LinkedIn and share me a screen shot
Nevermind, I have resolved this issue by running another simulator. Cheerio brother
Thank you
I can't understand; what did u with the Android client ID? Looks like it's useless because u used the web client ID. Please explain!)❤
@@araysargsyan2207 ohhhh easy,
You don't need to add the android client ID, you only need to set it up in Google console that's all.
great
I i am in love with you brooo
plz make one with React Native CLI with signin with linkdhen google and github
Alright,
Coming soon cheers.
Please subscribe 🙏
Apple sig in please
@@meteozlek2201 ua-cam.com/video/6OEnbTOCQNQ/v-deo.htmlsi=PEkzl64vNQzj3AL3
@ how can ı fix no such module expo errrorn
It didn’t work. Please how can I DM you so that I could relate my issue properly. !!!!!
What did not work?
Can you say what issue you are facing?
It is working for everybody.
When I click on the selected google account on the device while attempting to sign in with google I keep getting this blank screen. It doesn’t navigate to my HomeScreen
@@akporhiegbeking2028 so how did it not work?
It's working.
His video does not show how to build an app.
Once you get the user details from Google, the rest is left to you.
It's difficult to focus with the music on the background
U neva dey serious...just dey play
@@shriddle_31 🤣🤣🤣🤣🤣 i see what you did there 😅😅
@@saleysouley4503 Baba dey pay attention to entertainment 😂😂😂
No be small,
Him like the song 😂😂
i love you
Oh I really appreciate the love.
Love ya toooo
Make i go watch the video first
I have a question regarding error 17:30. I'm using a physical Android device, and when I run the prebuild clean and then npx expo start again to scan and check the app, I still encounter the error.
How did you eventually resolve it?
Not worked after struggling 4 days .any One here to help me Please i wanna connect on discord
@@codelivewithme what error message are you getting?
@@omatsoladev i really need your help i tried everything
man thanks for the video but I'm really desperate for this error in android, it doesn't work for me
Error: DEVELOPER_ERROR
I've done all likr in the video, last thing i did is running cd ./android && ./gradlew signingReport
And i got the same SHA-1 code I already had
So I have no idea how to make it work.
For anyone with similar error, the way I fixed it is by generating first eas credentials and then doing ./gradlew signingReport
I was only doing ./gradlew signingReport
idem for me
Thank you