segment-integrations / analytics-ios-integration-firebase

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

Support for Firebase 7.7.0 #77

Closed danielgomezrico closed 2 years ago

danielgomezrico commented 3 years ago

Is there any possibility that you deploy one version specific for Firebase 7.7.0?

The issue is that the last deploy for firebase libraries on flutter without Null Safety and Flutter 2 is 7.7.0 and so I would need to upgrade my flutter project versions but still if I do it I will not be able to work with this since firebase flutter libs updated to https://github.com/segment-integrations/analytics-ios-integration-firebase/issues/76.

What do you advise me to do?

bsneed commented 2 years ago

You would specify a previous version to be used (like Segment-Firebase 2.7.7) which uses the firebase version you need. I'm not familiar with Flutter so not sure how you'd go about it exactly.