android-google-signin-unity
android-google-signin-unity copied to clipboard
Google Sign-In API plugin for Unity, for Android build
I have this kind of small issue. I have few google accounts on my phone. So if I can sign out from my app, but when I'm trying to Sign...
When I configure a Google API project for Android, I submit `com.overview.sundial` as my package name, although the config file I get back doesn't contain a package name. I just...
Hello. I am applying your plugin into my Firebase Unity Project. I have viewed the code in the bottom of the document. But where is the class GoogleSignIn and GoogleSignInConfiguration...
Hello! I am able to sign in and get the ID token. The thing is I need the access token and refresh token to connect to another api, but therefor...
I tried your sample project for my reference , but after on click i get options to select account and after selecting account it's always giving me error callback. I...
Hi, i've downloaded your asset, and it's working for me, but I need somehow set scope, as example from google: ``` GoogleSignInOptions gso = new GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN) .requestServerAuthCode(getString(R.string.server_client_id)) .requestEmail() .requestScopes(new Scope("https://www.googleapis.com/auth/youtube.readonly"))...
Hello. This plugin is the best overall, but it is very old already. Can we have updated version with V2?
Is this plugin deprecated? I have been searching online for hours and I could not find a solution to implement a Google sign in for firebase on Unity, please help.
Hi All I downloaded assets from unity. I have initiated code but google sign in not populated. I have a question. Did the Assets working still now. Could you please...