-
-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: Capacitor-firebase + Capacitor-mlkit version conflicts #750
Comments
Please install the latest version of the ML Kit Barcode Scanning plugin using the
This is due to the following issue: capawesome-team/capacitor-mlkit#179. |
@robingenz hey hey, thanks for the response ... will try shortly & report any changes 👍🏽 |
the following fixed the package version conflicts
this allowed me to build the app with the expected packages strangely i started encountering the follow on simulators running App works as expected on versions running these are my packages "@capacitor-firebase/authentication": "^6.2.0",
"@capacitor-mlkit/barcode-scanning": "7.0.0-next.1", |
it seems like SMS login is also having this issue passwordless & apple login seem to be working as expected |
Please create a new issue for that. I close this issue since the version conflict is resolved. |
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
We expected the version bumps to work as expected
Reproduction
https://github.com
Steps to reproduce
the following pkgs should cause the issue we are running into
Other information
No response
Capacitor doctor
Before submitting
The text was updated successfully, but these errors were encountered: