Skip to content
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

Open
wudaming1 opened this issue Jul 28, 2023 · 7 comments
Open

Increase version firebase core to 10.12.0 or higher #103

wudaming1 opened this issue Jul 28, 2023 · 7 comments

Comments

@wudaming1
Copy link

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)

firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`) was resolved to 10.4.4, which depends on
  Firebase/Analytics (= 10.12.0) was resolved to 10.12.0, which depends on
    Firebase/Core (= 10.12.0)

`

so could you increase version firebase core to 10.12.0 or higher

@axelguilmin
Copy link

We have a similar issue (on a native app).
Using Segment and this pod is blocking us to Firebase version 10.6.0 😞

It's a big problem because this version is more than a year old and does not contain Firebase consent mode v2
The last version is 10.22.1 !

Given the release cycle of Firebase, I'd supose the dependency should be ~> 10.22 instead of ~> 10.22.1

@axelguilmin
Copy link

I made a fork so we can use an up to date version

Whoever need it, feel free to use :

pod 'Segment-Firebase', git: 'https://github.com/axelguilmin/analytics-ios-integration-firebase.git', branch: 'master', commit: 'f93d1de509e24dfc13a6a5a285e407eee10ca004'

@ekranac
Copy link

ekranac commented Mar 26, 2024

Submitted a pull request from my fork that updates Firebase to 10.23.0 (#106)

@MauricioChavesDias
Copy link

MauricioChavesDias commented Apr 19, 2024

I've had the same issue with my project.

Can somebody approve @ekranac PR? I used that in my project!

Hey @ekranac,
Thank you so much! With your PR I could update the Firebase SDK and send Apple the privacy manifest file updated :)

@pauluhn
Copy link

pauluhn commented May 2, 2024

+1

Firebase is recommending version 10.10.0 or above by June 20, 2024

@fern-sp
Copy link

fern-sp commented May 6, 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

Screenshot 2024-05-06 at 11 26 39 AM

@snitsaruk
Copy link

We need that for our project as well, otherwise we can't use the integration since we use Firebase 10.29.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants