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

Google sign in for unity deprecated in 2025 #268

Open
superrafyYT opened this issue Dec 7, 2024 · 5 comments
Open

Google sign in for unity deprecated in 2025 #268

superrafyYT opened this issue Dec 7, 2024 · 5 comments

Comments

@superrafyYT
Copy link

image

What now?
i dont see any implementation for credential manager in unity

@Thaina
Copy link

Thaina commented Jan 9, 2025

I think google will not continue implement this package anymore. Instead they would expect people to wrap the new system by themselves

I have fork this repo to upgrade the system on this new branch https://github.com/Thaina/google-signin-unity/tree/newmigration

Need to reminded that it will not have the exact same behaviour. Instead it was based on behaviour of credential manager which differ from other platform

@superrafyYT
Copy link
Author

superrafyYT commented Jan 10, 2025

@Thaina but is it gonna work with firebase, as in, return a credential key so that i can use it to authenticate with firebase?
Edit: Apologies, it does seem to work that way, i'll check it out and let you know, thanks :)

@Thaina
Copy link

Thaina commented Jan 10, 2025

@superrafyYT I am not very sure but I myself always using my repo with firebase for years and it's always work properly in my project. Should still work fine for everyone if there is nothing radically changed recently

@superrafyYT
Copy link
Author

@Thaina perfect, but do you know if its possible to test in the unity editor?
because i can see you can input a client secret, is it true?

@Thaina
Copy link

Thaina commented Jan 10, 2025

Should still work too. I have made that repo to include my own code that will do browser authentication flow within editor

https://github.com/Thaina/google-signin-unity/blob/newmigration/GoogleSignIn/Impl/GoogleSignInImplEditor.cs

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

2 participants