[✓] Flutter (Channel stable, 3.41.4, on macOS 26.3 25D125 darwin-arm64, locale en-US) [593ms]
• Flutter version 3.41.4 on channel stable at /Users/abdo_ka/fvm/versions/3.41.4
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision ff37bef603 (6 weeks ago), 2026-03-03 16:03:22 -0800
• Engine revision e4b8dca3f1
• Dart version 3.11.1
• DevTools version 2.54.1
• Feature flags: enable-web, enable-linux-desktop, enable-macos-desktop, enable-windows-desktop, enable-android, enable-ios, cli-animations, enable-native-assets, omit-legacy-version-file, enable-lldb-debugging, enable-uiscene-migration
[✓] Android toolchain - develop for Android devices (Android SDK version 36.0.0) [15.9s]
• Android SDK at /Users/abdo_ka/development/sdk
• Emulator version 35.5.10.0 (build_id 13402964) (CL:N/A)
• Platform android-36, build-tools 36.0.0
• ANDROID_HOME = /Users/abdo_ka/development/sdk
• ANDROID_SDK_ROOT = /Users/abdo_ka/development/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 21.0.7+-13880790-b1038.58)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 26.2) [1,781ms]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 17C52
• CocoaPods version 1.16.2
[✗] Chrome - develop for the web (Cannot find Chrome executable at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome) [5ms]
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[✓] Connected device (2 available) [6.2s]
• iPhone 17 Pro Max (mobile) • 5B08EADC-6CB8-4F9E-A723-C4317D11F1FA • ios • com.apple.CoreSimulator.SimRuntime.iOS-26-2 (simulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 26.3 25D125 darwin-arm64
! Error: Browsing on the local area network for Abd alrahman’s iPhone. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources [4.1s]
• All expected network resources are available.
! Doctor found issues in 1 category.
What package does this bug report belong to?
extension_google_sign_in_as_googleapis_auth
What target platforms are you seeing this bug on?
Android, iOS
Have you already upgraded your packages?
Yes
Dependency versions
pubspec.lock
Steps to reproduce
Expected results
After selecting an account, GoogleSignIn.instance.authenticate() should complete successfully and return a GoogleSignInAccount, and account.authentication.idToken should be non-null when serverClientId is set correctly.
Actual results
authenticate() throws:
GoogleSignInException( code: GoogleSignInExceptionCode.canceled, description: [16] Account reauth failed., details: null, )The flow fails right after choosing an account (not a visible user cancel). OAuth consent screen is In production; Android OAuth clients and SHA-1 fingerprints are configured in Firebase/Google Cloud for the same Firebase project, this error just happened when I publish application into Firebase App Distribution this error happened also when publish application into Google play.
I have been added she key from debug and release and profile also from App signing SHA
Code sample
Code sample
Screenshots or Videos
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]Flutter Doctor output
Doctor output