79100528

Date: 2024-10-18 04:31:20
Score: 2
Natty:
Report link

for those who have same issue, I solved by changing the code like this:

try {
      await GamesServices.signIn();
      if (await GamesServices.isSignedIn) {
        // user is signed
      }
}

Also make sure you added the SHA1 fingerprint of both debug and production inside the Credentials (OAuth Clients).

Reasons:
  • Whitelisted phrase (-2): I solved
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): have same issue
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Shamir Mohd