loukaspd
loukaspd
I've updated the readme file to make it more clear, I hope this helps
Hi, I read the docs and found [this](https://developers.google.com/android/reference/com/google/android/gms/auth/api/signin/GoogleSignInAccount.html#getServerAuthCode()) which also requires server-side code to get an access token (and refresh token). Is that what you need? If yes, you would...
I have pushed a new [branch](https://github.com/loukaspd/android-google-signin-unity/tree/ServerAuthCode) but I haven't tested it. You can try it, you will have to call the method `SignInWithServerClientId` and pass the `serverClientId`, then in you...
You are correct, you'll need to edit GoogleSignInFragment.java, rebuild and replace the jar inside Plugins/Android folder. What exactly do you want to do with youtube api? Can do that from...
Hello Archi, indeed it's been a long time since I developed this plugin, I was working on a unity project at that time. At the moment I'm not working on...