segment-integrations / analytics-ios-integration-firebase

Segment's bundled integration for Firebase on iOS
MIT License
13 stars 91 forks source link

Incompatible with Firebase Crashlytics #60

Closed mplorentz closed 3 years ago

mplorentz commented 3 years ago

I'm trying to implement the Firebase/Crashlytics CocoaPod due to the sunsetting of Fabric Crashlytics and the fact that the old Fabric SDK will stop reporting crashes to Firebase on November 15th, 2020.

Like many others (#45, #29) I am having problems with the fact that Segment-Firebase requires a version of Firebase/CoreOnly that is more than a year old. In this instance I cannot just use an older version of the Pod I need,Firebase/Crashlytics, because it did not exist in August 2019 and requires a newer version of Firebase/CoreOnly.

Are there plans to update to a recent version of the Firebase SDK soon?

dfmarulanda commented 3 years ago

Any update on this @mplorentz is safe to clone your repo and work with it?

mplorentz commented 3 years ago

@Dfmarulanda no update, but my repo seems safe to clone. We're using it in our app and events are being routed correctly.

mplorentz commented 3 years ago

Looks like version 2.7.1 pins Firebase SDK 7.7.x, so this issue has been resolved.