-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Description
Is there an existing issue for this?
- I have searched the existing issues.
Which plugins are affected?
No response
Which platforms are affected?
No response
Description
after login , it did not get login user when app reopen and when try to login again then it face this issue
Sign-in error: GoogleSignInException(code GoogleSignInExceptionCode.clientConfigurationError, serverClientId must be provided on Android, null)
I/flutter ( 8778): Sign-in exception: GoogleSignInException(code GoogleSignInExceptionCode.clientConfigurationError, serverClientId must be provided on Android, null)
Error initializing GoogleSignIn: GoogleSignInException(code GoogleSignInExceptionCode.canceled, [16] Cancelled by user., null)
Reproducing the issue
after login , it did not get login user when app reopen and when try to login again then it face this issue
Sign-in error: GoogleSignInException(code GoogleSignInExceptionCode.clientConfigurationError, serverClientId must be provided on Android, null)
I/flutter ( 8778): Sign-in exception: GoogleSignInException(code GoogleSignInExceptionCode.clientConfigurationError, serverClientId must be provided on Android, null)
Error initializing GoogleSignIn: GoogleSignInException(code GoogleSignInExceptionCode.canceled, [16] Cancelled by user., null)
Firebase Core version
google_sign_in: ^7.2.0
Flutter Version
3.36
Relevant Log Output
Error initializing GoogleSignIn: GoogleSignInException(code GoogleSignInExceptionCode.canceled, [16] Cancelled by user., null)Flutter dependencies
Expand Flutter dependencies snippet
Replace this line with the contents of your `flutter pub deps -- --style=compact`.
Additional context and comments
No response