Added google sign in and refactored app config and .env and component…#17
Open
chriscanin wants to merge 6 commits into
Open
Added google sign in and refactored app config and .env and component…#17chriscanin wants to merge 6 commits into
chriscanin wants to merge 6 commits into
Conversation
… documentation to support new useSignInWithGoogle in GoogleSignInButton.tsx.
…onfiguration and documentation
chriscanin
commented
Nov 26, 2025
| **To enable:** | ||
|
|
||
| 1. Follow the complete setup guide: TODO: link docs here. | ||
| 1. Follow the complete setup guide in [APPLE_SIGNIN_SETUP.md](./APPLE_SIGNIN_SETUP.md) |
Member
Author
There was a problem hiding this comment.
This needs to change to the actual docs link
|
|
||
| **To enable:** | ||
|
|
||
| 1. Follow the complete setup guide in [GOOGLE_SIGNIN_SETUP.md](./GOOGLE_SIGNIN_SETUP.md) |
Member
Author
There was a problem hiding this comment.
This also needs to go to the actual docs link
| │ └── _layout.tsx # Root layout with ClerkProvider | ||
| ├── .env.example # Environment variables template | ||
| ├── eas.json # EAS Build configuration | ||
| ├── APPLE_SIGNIN_SETUP.md # Apple Sign-In setup guide |
Member
Author
There was a problem hiding this comment.
Remove these, they should not exist.
… use @clerk/expo for consistency across the application
…s for loading state and streamline error handling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add native Google Sign-In example with GoogleSignInButton component to support new useSignInWithGoogle hook
useSignInWithGoogle()hook from @clerk/clerk-expo