You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, we recently upgraded to the latest versions (6.2.0) to address an issue with Google login on iOS. After the update, versioning conflicts emerged between the plugins:
Plugin(s)
Version
6.2.0
Platform(s)
Current behavior
We are currently using the capacitor-mlkit and capacitor-firebase plugins in our app.
With the following versions, everything works smoothly:
However, we recently upgraded to the latest versions (
6.2.0
) to address an issue with Google login on iOS. After the update, versioning conflicts emerged between the plugins:Error Details:
The issue stems from a version incompatibility with
GoogleUtilities/Environment
. Specifically:FirebaseAuth
requiresGoogleUtilities/Environment
version 8.0 or above.GoogleMLKit
depends on version 7.2.This discrepancy causes CocoaPods to fail during installation. Here’s a screenshot of the error:
Is there a recommended approach to resolve these conflicts, or are there planned updates to improve compatibility across these dependencies?
Thank you!
Expected behavior
Expected version bumps to work as expected
Reproduction
https://github.com
Steps to reproduce
the following pkgs should cause the issue we are running into
"@capacitor-firebase/authentication": "^6.2.0",
"@capacitor-mlkit/barcode-scanning": "6.2.0",
"firebase": "^11.0.1",
Other information
No response
Capacitor doctor
Before submitting
The text was updated successfully, but these errors were encountered: