We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
favorite button tapped and select my google account, but I cannot signed-in. at this time, following error occur:
E/flutter (28614): [ERROR:topaz/lib/tonic/logging/dart_error.cc(16)] Unhandled exception: E/flutter (28614): PlatformException(status, Status{statusCode=DEVELOPER_ERROR, resolution=null}, null) E/flutter (28614): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:547:7) E/flutter (28614): #1 MethodChannel.invokeMethod (package:flutter/src/services/platform_channel.dart:279:18) E/flutter (28614): <asynchronous suspension> E/flutter (28614): #2 GoogleSignIn._callMethod (package:google_sign_in/google_sign_in.dart:156:58) E/flutter (28614): <asynchronous suspension> E/flutter (28614): #3 GoogleSignIn._addMethodCall.<anonymous closure> (package:google_sign_in/google_sign_in.dart:196:28) E/flutter (28614): #4 _RootZone.run (dart:async/zone.dart:1376:54) E/flutter (28614): #5 _FutureListener.handleWhenComplete (dart:async/future_impl.dart:151:18) E/flutter (28614): #6 Future._propagateToListeners.handleWhenCompleteCallback (dart:async/future_impl.dart:607:39) E/flutter (28614): #7 Future._propagateToListeners (dart:async/future_impl.dart:663:37) E/flutter (28614): #8 Future._addListener.<anonymous closure> (dart:async/future_impl.dart:346:9) E/flutter (28614): #9 _microtaskLoop (dart:async/schedule_microtask.dart:41:21) E/flutter (28614): #10 _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
I think this is due to different keys used for signing on debug build, what do you think? 🤔
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
favorite button tapped and select my google account, but I cannot signed-in.
at this time, following error occur:
I think this is due to different keys used for signing on debug build, what do you think? 🤔
The text was updated successfully, but these errors were encountered: