Skip to content

Adding functional login using Google account#31

Closed
Cowpriest wants to merge 3 commits intoChicoState:mainfrom
Cowpriest:main
Closed

Adding functional login using Google account#31
Cowpriest wants to merge 3 commits intoChicoState:mainfrom
Cowpriest:main

Conversation

@Cowpriest
Copy link
Copy Markdown
Contributor

Fixes #3

Adds functional login with valid google accounts.

To access the IdToken for later use:

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

@maxbutevil
Copy link
Copy Markdown
Contributor

It looks like this commit includes dozens of unnecessary files. Are you able to remove those from the commit?

@Cowpriest Cowpriest closed this Apr 7, 2025
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.

2 participants