segment-integrations / analytics-ios-integration-firebase

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

Increase version firebase core to 10.0.0 or higher #94

Closed DaanVanRuijvenTide closed 1 year ago

DaanVanRuijvenTide commented 1 year ago

Firebase has released a new major version of its Core package 10. Users of this pod cannot upgrade their version of firebase core until this has been supported by this analytics-firebase integration

julianfalcionelli commented 1 year ago

The project I am working on needs this asap 🙏

julianfalcionelli commented 1 year ago

@DaanVanRuijvenTide looks like there are new recommended Segment libraries (Swift libraries) https://segment.com/docs/connections/sources/catalog/libraries/mobile/swift-ios/migration/ , unfortunately doesn't solve the issue for use since looks like this new Swift version doesn't support Braze integration, so probably I will end by doing a fork on this Library with the Firebase Upgrade.

julianfalcionelli commented 1 year ago

PR: https://github.com/segment-integrations/analytics-ios-integration-firebase/pull/95

MichaelGHSeg commented 1 year ago

Update to 10.2.0 in the latest release.

julianfalcionelli commented 1 year ago

Thanks @MichaelGHSeg !