Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can this package be used with react native? authentication does not pick up google login #85

Open
fddayan opened this issue Dec 29, 2022 · 0 comments

Comments

@fddayan
Copy link

fddayan commented Dec 29, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant