Plugin(s)
Version
@capacitor-firebase/app-check: 7.5.0 @capacitor-firebase/authentication: 7.5.0 @capacitor/ios: 8.0.0 firebase: 11.10.0
Platform(s)
Current behavior
On iOS, Google Sign-In fails when Firebase App Check Google Identity for iOS enforcement is enabled.
During FirebaseAuthentication.signInWithGoogle(), the OAuth flow returns:
Error 400: invalid_request
"We cannot verify the authenticity of this app. Token failed."
The request appears to be blocked due to App Check validation failure.
Disabling App Check enforcement allows Google Sign-In to work as expected.
Expected behavior
Google Sign-In should succeed on iOS when App Check is enabled and properly configured,
or the plugin should provide a clear way to attach / forward a valid App Check token
during Google authentication.
At minimum, expected documentation or guidance on required configuration
for Google Identity + App Check on iOS.
Reproduction
Not able to share a public minimal reproduction repository due to project constraints. However, the issue is consistently reproducible with App Check enforcement enabled on iOS using @capacitor-firebase/authentication.
Steps to reproduce
- Create an Ionic + Angular app using Capacitor.
- Install:
- @capacitor-firebase/app-check
- @capacitor-firebase/authentication
- Enable Firebase App Check in the Firebase Console (enforcement ON).
- Configure Google Sign-In for iOS.
- Call FirebaseAuthentication.signInWithGoogle() on iOS.
- Observe authentication failure with Error 400: invalid_request.
- Disable App Check enforcement → Google Sign-In works.
Other information
- Issue occurs only on iOS
- Android works as expected
- Error happens before backend token exchange
- Requests appear to come from unverified / outdated clients without valid App Check token
- Using native FirebaseAuthentication.signInWithGoogle()
Capacitor doctor
const result = await FirebaseAuthentication.signInWithGoogle();
Error 400: invalid_request
We cannot verify the authenticity of this app.
- Is App Check token automatically attached during Google Sign-In on iOS?
- Is additional configuration required for Google Identity + App Check?
- Is this a known limitation or missing integration?
npx cap doctor
Before submitting
Plugin(s)
Version
@capacitor-firebase/app-check: 7.5.0 @capacitor-firebase/authentication: 7.5.0 @capacitor/ios: 8.0.0 firebase: 11.10.0
Platform(s)
Current behavior
On iOS, Google Sign-In fails when Firebase App Check Google Identity for iOS enforcement is enabled.
During FirebaseAuthentication.signInWithGoogle(), the OAuth flow returns:
Error 400: invalid_request
"We cannot verify the authenticity of this app. Token failed."
The request appears to be blocked due to App Check validation failure.
Disabling App Check enforcement allows Google Sign-In to work as expected.
Expected behavior
Google Sign-In should succeed on iOS when App Check is enabled and properly configured,
or the plugin should provide a clear way to attach / forward a valid App Check token
during Google authentication.
At minimum, expected documentation or guidance on required configuration
for Google Identity + App Check on iOS.
Reproduction
Not able to share a public minimal reproduction repository due to project constraints. However, the issue is consistently reproducible with App Check enforcement enabled on iOS using @capacitor-firebase/authentication.
Steps to reproduce
Other information
Capacitor doctor
const result = await FirebaseAuthentication.signInWithGoogle();
Error 400: invalid_request
We cannot verify the authenticity of this app.
npx cap doctor
Before submitting