79606235

Date: 2025-05-05 01:44:08
Score: 0.5
Natty:
Report link

Try using Oauth Client ID type web app and use the client_id into the serverClientId
For example

final googleSignIn = GoogleSignIn(
    serverClientId: '',
    scopes: [
      'openid',
      'email',
      'profile',
    ],
  );
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ivan Krupik