Skip to content

Adding functional login with google account#32

Merged
Cowpriest merged 5 commits intoChicoState:mainfrom
Cowpriest:main
Apr 7, 2025
Merged

Adding functional login with google account#32
Cowpriest merged 5 commits intoChicoState:mainfrom
Cowpriest:main

Conversation

@Cowpriest
Copy link
Copy Markdown
Contributor

@Cowpriest Cowpriest commented Apr 7, 2025

Fixes #3

Added login screen with firebase login using valid google accounts.

// idToken comes from the client app (shown above)
FirebaseToken decodedToken = FirebaseAuth.getInstance().verifyIdToken(idToken);
String uid = decodedToken.getUid();

Copy link
Copy Markdown
Contributor

@maxbutevil maxbutevil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now

Copy link
Copy Markdown
Contributor

@EliasBoyd EliasBoyd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kewl

@Cowpriest Cowpriest merged commit 6110035 into ChicoState:main Apr 7, 2025
1 check failed
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

Successfully merging this pull request may close these issues.

As a lazy hater, I want to be able to log in with my Google account.

3 participants