You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm developing an application with expoand I'm trying to use this package.
Most of the features work, like queries and mutation. Authentication seems to be a bit tricky. I'm using just Google sign in. I cannot use the hooks from this package to login to google because is a mobile devise. I had to use expo auth session package.
Login with google works in expo, but when I push the code to Apple test flight authentication does not work.
By works I mean that I'm able to login with auth session package using google provider and useAuthUser picks it up, but in iOS, useAuthUser is not picking up the authentication. In iOS login to google works but useAuthUser is not picking up the user.
any ideas?
The text was updated successfully, but these errors were encountered:
I'm developing an application with expoand I'm trying to use this package.
Most of the features work, like queries and mutation. Authentication seems to be a bit tricky. I'm using just Google sign in. I cannot use the hooks from this package to login to google because is a mobile devise. I had to use expo auth session package.
Login with google works in expo, but when I push the code to Apple test flight authentication does not work.
By works I mean that I'm able to login with auth session package using google provider and useAuthUser picks it up, but in iOS, useAuthUser is not picking up the authentication. In iOS login to google works but useAuthUser is not picking up the user.
any ideas?
The text was updated successfully, but these errors were encountered: