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
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
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
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
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.
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
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
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
An update here: Expo Auth Session - Login with Google in React Native Apps includes Refreshing Tokens and Logout ruclips.net/video/oPTGoJw_Tik/видео.html
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?
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"
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
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
For the latest way of doing it: ruclips.net/video/T-zTZn_xRBM/видео.htmlsi=CpRIjmLOCtx_au6n
Nice work. Well explained. This helped me a lot. I was stuck with the deprecated expo-google-app-auth. Keep going the good work
Its working fine with simulaor but when I am building APK and trying in actual device its not working
I get alwas type:dissmiss in APK
Same here
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
Same shit :s
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
Bro??
@@saint8298 I dont use a fetch function
Thank you for this video and github repo that was straight to the point! Subscribed.
Really great tutorial!! Helped me a lot, was wondering how to I get the UID?
where can i get the link for 10:18 minutes ???????????????????????????????????????????????????????????????????????????????
Thanks for your tutorials!!! great work
You are and your channel are amazing
THANKS FOR SAVING MY NIGHT
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
Fixed???
get the same
Anyone know how to solve this?
Not yet and always don't where this come from
does anyone have a solution for this
@@YassineLaadraoui please if you found something dont forget to come back here
Thanks for the video!
Did you find a solution for android standalone?
Great video!
How to screen-change from the login directly for my app? To the Home screen with bottom tabs and more?
React native navigation
hi, 10:18 where you take the link at the line 27 please ?
Code Scooper, did you find the link? I can't find it and the author doesn't respond to comments.
@@Konovaloves not really but i think it's a general link that work when you have the good API key
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
Is there any update on this? I'm trying to get the Android Standalone app working.
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.
Very good videos, But why your videos views and subscribers are so less
Holy! Thank you !
That android issue is a heck of a show stopper
Researching in Dec. 2022, is it still a problem to your knowledge? Can't find a clear answer online yet. Thanks
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
Resolved
@@midnighttfoxx How?
how ?????@@midnighttfoxx
Awesome tutorial!!! helps me a lot thanks!
Thank you it's works! Can you explain how do the login for facebook expo react?
Hi , I like to know that how to connect Dropdown list and Image Picker with Firestore , thanks in advance
I am getting the access token but when i am sending the access token to google api it is not giving me any response.
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
Hey thanks for the great video! What do I need to do, when I want to refresh the token without logging in again?
Did you figure this out?
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
Unable to do google login with firebase. GoogleAuthProvider.credential not working.
thanks for making this tutorial
How did you get expoClientId in the credentials of your Google Cloud? I'm having a hell of a time trying to find it.
it is the web application client id
Mam what api are you fetching
An update here: Expo Auth Session - Login with Google in React Native Apps includes Refreshing Tokens and Logout
ruclips.net/video/oPTGoJw_Tik/видео.html
May I suggest: pinning this comment, or adding it to the description of the video
I did exactly her tutorial, but got an error: No matching activity!. Anybody helps, please
Anyone knows if the expo library update the system with the Google Identity Services Library ?
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?
is it already safe to use it for production standalone app? I see the issue is closed on github
I am working in standalone app. We use this in production withouth any problems
Has anybody found a solution on this issue? It's actually happening on both iOS and Android for me.
is it possible to use also Keycloak as Auth Server?
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"
Hey have you find a solution to this problem?
@@paulmazeau6725 yes
@@carloshenriquesousademaced92 oh nice ! How ?
@@paulmazeau6725 Maybe signing in to expo on your development machine (?)
@@diegohurtado6609 type "expo login" in the console and then enter your credentials
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
do u find anything?
@@whoman7930 no i don't
thank you so much!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
thanks bro
Thanks
I got type:dismiss from response
please make a multi vendor app in react native and firebase
I can not to start it
please your discord server link
Emmm emmmm emmm emmmm emmmm
Thank you for your feedback 😅
Thank you so much!
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
Same here, did you figure it out?
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