-
Notifications
You must be signed in to change notification settings - Fork 892
Add guides for native Sign in with Google in Expo and document useSig… #2786
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
base: main
Are you sure you want to change the base?
Conversation
…nInWithGoogle hook
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@chriscanin have pushed my docs review here - let me know your thoughts. Feel free to put it back in draft as we discussed if it needs to be retweaked. A lot of the changes I submitted are consistency + docs voice changes. |
…ble names and remove outdated package reference
…plugin array formatting
|
@chriscanin have left the second docs review after your recent changes: docs review pt 2 after changes. Have a look and let me know your thoughts. I want to double check a few more things and test out the flow, and then it should be good. |
docs/guides/configure/auth-strategies/sign-in-with-google.expo.mdx
Outdated
Show resolved
Hide resolved
docs/guides/configure/auth-strategies/sign-in-with-google.expo.mdx
Outdated
Show resolved
Hide resolved
docs/guides/configure/auth-strategies/sign-in-with-google.expo.mdx
Outdated
Show resolved
Hide resolved
docs/guides/configure/auth-strategies/sign-in-with-google.expo.mdx
Outdated
Show resolved
Hide resolved
|
Second docs review added here: docs review pt2 @chriscanin. @alexisintech tagging you for visibility if you wanted to have a look at this PR! |
🔎 Previews:
What does this solve?
useSignInWithGoogle()hook API, parameters, return values, and error handlingFiles Added:
docs/reference/expo/use-google-sign-in.mdx- Complete API reference for the useSignInWithGoogle() hookdocs/guides/configure/auth-strategies/sign-in-with-google.expo.mdx- Comprehensive setup guide for Google Sign-InWhat changed?
Added API Reference Documentation: Created complete reference for
useSignInWithGoogle()hook including:createdSessionId,setActive,signIn,signUp)Added Setup Guide: Created detailed setup guide covering:
Checklist