segmentio/analytics_flutter

[plugin_firebase] Needs updating to support new major versions of Firebase dependencies

Opened this issue · 2 comments

Current version of segment_analytics_plugin_firebase only supports the previous major releases of the firebase dependencies blocking the our app from updating our own dependencies

  firebase_analytics: ^10.1.0
  firebase_core: ^2.7.0

Newer versions are available:

  firebase_analytics: ^11.3.2
  firebase_core: ^3.5.0

Hi @QuirijnGB, thank you for your report, we start working into this.

0aps commented

it would be awesome to get this MR merged and published, it's currently holding us from upgrading.