-
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?
Auth
Which platforms are affected?
Android
Description
Hello everyone,
I'm encountering an issue in my Android app during the Google Sign-In process. After a successful Google login authorization, I see the following error in the log:
com.google.android.gms.common.api.j:10:
Context:
- The app is currently in the Google Play closed testing phase.
- This error occurs right after the user successfully completes Google login authorization.
Steps I've already tried:
- Verified that Google Play Services are up-to-date on the device.
- Checked the API key and OAuth 2.0 client ID in the Google Cloud Console.
- Ensured the correct SHA-1 certificate fingerprint is added to both Firebase and Google Cloud Console.
- Double-checked that necessary permissions (such as account access, location permissions) are granted.
- Tested on multiple devices with updated Google Play Services.
Question:
Has anyone encountered this specific com.google.android.gms.common.api.j:10:
error during Google login in the closed testing phase? Any advice or steps to troubleshoot this issue would be greatly appreciated.
Thank you!
Reproducing the issue
Log in directly using google during the closed beta testing stage of the application
Firebase Core version
3.13.0
Flutter Version
3.29.0
Relevant Log Output
Flutter dependencies
cupertino_icons: ^1.0.8
get: ^4.7.2
dio: ^5.8.0+1
shared_preferences: ^2.5.3
json_annotation: ^4.9.0
equatable: ^2.0.7
multiple_result: ^5.1.0
flutter_screenutil: ^5.9.3
cached_network_image: ^3.4.1
intl: ^0.19.0
flutter_svg: ^2.0.17
easy_refresh: ^3.4.0
device_info_plus: ^11.2.1
permission_handler: ^11.4.0
image_picker: ^1.1.2
webview_flutter: ^4.10.0
flutter_native_splash: ^2.4.5
package_info_plus: ^8.3.0
sp_util: ^2.0.3
url_launcher: ^6.3.1
path_provider: ^2.1.5
flutter_smart_dialog: ^4.9.8+7
just_audio: ^0.9.36
audio_session: ^0.1.18
google_sign_in: ^6.3.0
firebase_crashlytics: ^4.3.5
firebase_analytics: ^11.4.5
firebase_core: ^3.13.0
firebase_auth: ^5.5.3
oauth2_client: ^4.1.0
shimmer: ^3.0.0
in_app_purchase: ^3.2.0
in_app_purchase_android: ^0.3.6+12
web_socket_channel: ^3.0.3
encrypt: ^5.0.3
share_plus: ^11.0.0
connectivity_plus: ^6.1.3
app_links: ^6.4.0
Additional context and comments
No response