Hello, I'm developing a small game in Android using Java and to link the players I'm using Google accounts.
The problem is that I've added the client ID OAuth 2.0 on my Google Project but like this I can only access on my Google account only in my smartphone, while my friends
get an error: ApiException, signInResult:failed code=10 (in the handleSignInResult method I use to process the Task<GoogleSignInAccount>, in which I do task.getResult(ApiException.class).
What do I have to do to grant other users access with Google?