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.
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!
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
Hello! For the Android fingerprint, when I run on terminal, I get the error: No credentials available for @username/appname experience Could someone help me fix it? 16:32
16:30 can't use expo credentials locally, error with message: "expo credentials:manager is not supported in the local CLI, please use eas credentials instead", but eas isn't recognized too
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
@Om Ghumatkar use expo-auth-session. 3 mailids in my phone were showing to sign in but after clicking on any one it couldn't sign in. It was showing error then.
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?
maybe u have to add WebBrowser.maybeCompleteAuthSession(); at your first line of code before the component definition, like: import * as WebBrowser from "expo-web-browser"; WebBrowser.maybeCompleteAuthSession(); export default function LoginPage() { //... } hope this help u!
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 ?
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 :(
@@_werther Thanks. That was the case. I was new to Node.js and didn't understand that. It was frustrating to work with but now I'm glad I worked with it haha
After hours of trying to find a way to set it up finally found your video and made it in 10 minutes! Awesome!
Great to hear!
Hey Beto, thanks for this great tutorial. I followed the instructions and it works like charm ! many thanks
Ca you share the code
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.
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!
Glad it helped!
Please, can you re-do this video for expo 48? Cos expo proxy deprecated on expo 48
I was working another way, but was having trouble, this helps me get it up and running, thanks!
Great to hear!
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
Thanks beto!! Almost everything works here... I just have problems with the iOS
I'll try to create an updated version for this video! Thanks for your support!
expo-auth-session has problem in production
Hello! For the Android fingerprint, when I run on terminal, I get the error:
No credentials available for @username/appname experience
Could someone help me fix it? 16:32
i got error :
Access blocked :authorisation error
Could you solve it friend, I have the same error
I have same error
@@aerleylopez extract from expo to cli
@@aerleylopez are you able to solve ?
@@adityachauhan5041 are you able to solve this
Typo... On your localhost, it says to install expo-auth-sessions. But, you install expo-auth-session.
Anyone fixed the android redirect issue? I'm stuck on that
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
me too
@@julianamadeiradesigner I've decided to drop expo cli for react native cli and restart from scratch
16:30 can't use expo credentials locally, error with message: "expo credentials:manager is not supported in the local CLI, please use eas credentials instead", but eas isn't recognized too
npm i eas-cli
expo credentials is the command
Thanks! Worked like a charm
Hey cool stuff man !
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
Same here. Any fix now?
@@excellencejephter1855 No
@@amankumar-zu3nh still any fix?
@@excellencejephter1855 did you fine solution ?
I tried this method but the redirection doesnt work !!
you got any solution?
check my comment above
same
@Om Ghumatkar use expo-auth-session. 3 mailids in my phone were showing to sign in but after clicking on any one it couldn't sign in. It was showing error then.
Not further than this. Asked question on GitHub and stack overflow but couldn't find any appropriate solution.
how to store this user in database after authentication is complete?
What if you're using the bare workflow? What do you put for the URIs and Redirect URIs?
Your app scheme. You can learn more about this in the docs
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?
maybe u have to add WebBrowser.maybeCompleteAuthSession(); at your first line of code before the component definition, like:
import * as WebBrowser from "expo-web-browser";
WebBrowser.maybeCompleteAuthSession();
export default function LoginPage() {
//...
}
hope this help u!
What do we do with client secret?
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 ?
you're probably trying to access a null's object properties, try to log it and see its shape
the accessToken is not in that path anymore ,
const { id_token } = response.params
//use the id_token as the accessToken
@@cristobalmatute9274 it doesn’t work either, it says “undefined an object”
@@ggctseggctse2506 I have the same problem
Same problem here !
Thanks, it helps)
OMG, i was writting in english and you speak spanish too
are you using bare or managed workflow?
if i am using this method to update firebase login then how to do with firebase
That was my last video! Check it out!
we can use expo credentials
The expo credentials:manager command doesn't work
it works
@@kwamenadadson how?
Had the exact problem it wanted me to eas build but i updated some packages and it started working. Maybe try updating to SDK 47
eas credemtials
Hi , can you plz make a video on how to send the multiple form data to the same API request
Access blocked: authorisation error
Awesome video +++++++++++++++++++ Thank You 😀
im facing same issue with redirect , how can i fix that ?
Where you able to find a fix for the redirect on Android?
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 :(
I believe that you must re-build your app. It was my case too. After an eas build and reinstall app on virrual device was running again
@@_werther Thanks. That was the case. I was new to Node.js and didn't understand that. It was frustrating to work with but now I'm glad I worked with it haha
Waiting for the English version to react native course🎉
How do I find the bundleIdentifier?
just write a uniqe name
can you make a video how to publish to Apple store?
thnk you
LGTM!!
Crypto is installed alongside these days....It's dumb ig