-
Notifications
You must be signed in to change notification settings - Fork 95
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
Increase version firebase core to 10.12.0 or higher #103
Comments
We have a similar issue (on a native app). It's a big problem because this version is more than a year old and does not contain Firebase consent mode v2 Given the release cycle of Firebase, I'd supose the dependency should be |
I made a fork so we can use an up to date version Whoever need it, feel free to use :
|
Submitted a pull request from my fork that updates Firebase to 10.23.0 (#106) |
+1 Firebase is recommending version 10.10.0 or above by June 20, 2024 |
It looks like Firebase 10.24.0 or later is now strongly recommended by google: https://support.google.com/analytics/answer/10285841#privacy-manifests |
We need that for our project as well, otherwise we can't use the integration since we use Firebase 10.29. |
I am trying to use flutter 3.10.0, and firebase_core ^2.15.0. but Cocoapds could not find compatible versions.
`Analyzing dependencies
firebase_analytics: Using Firebase SDK version '10.12.0' defined in 'firebase_core'
firebase_auth: Using Firebase SDK version '10.12.0' defined in 'firebase_core'
firebase_core: Using Firebase SDK version '10.12.0' defined in 'firebase_core'
Warning: firebase_app_id_file.json file does not exist. This may cause issues in upload-symbols. If this error is unexpected, try running flutterfire configure again.
firebase_crashlytics: Using Firebase SDK version '10.12.0' defined in 'firebase_core'
firebase_dynamic_links: Using Firebase SDK version '10.12.0' defined in 'firebase_core'
firebase_messaging: Using Firebase SDK version '10.12.0' defined in 'firebase_core'
firebase_performance: Using Firebase SDK version '10.12.0' defined in 'firebase_core'
[!] CocoaPods could not find compatible versions for pod "Firebase/Core":
In Podfile:
Segment-Firebase (= 2.7.13) was resolved to 2.7.13, which depends on
Firebase/Core (~> 10.6.0)
`
so could you increase version firebase core to 10.12.0 or higher
The text was updated successfully, but these errors were encountered: