Hi Team,
I followed the flutter documentation and also a tutorial(link below), tried to implement Google signin, however, please see the error I got (below)
Links I followed:
I get to select the email signin, but upon clicking on the email, I get this error message
[ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 7: , null)
E/flutter (11953): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:564:7)
E/flutter (11953): #1 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:316:33)
E/flutter (11953): <asynchronous suspension>
E/flutter (11953): #2 GoogleSignIn._callMethod (package:google_sign_in/google_sign_in.dart:226:58)
E/flutter (11953): <asynchronous suspension>
E/flutter (11953): #3 GoogleSignIn._addMethodCall (package:google_sign_in/google_sign_in.dart:268:20)
E/flutter (11953): #4 GoogleSignIn.signIn (package:google_sign_in/google_sign_in.dart:339:48)
Any ideas on what could be wrong? Please help
Thank you
regards
Maddy