capacitor-community / firebase-analytics

Enable Firebase Analytics for Capacitor Apps
MIT License
160 stars 64 forks source link

removed explicit version of Firebase/Analytics pod #120

Closed hoi4 closed 2 years ago

hoi4 commented 2 years ago

Using this plugin together with the latest Firebase/Messaging pod is currently not possible because this plugin fixes the version of Firebase/Analytics to ~> 8.0. (latest version is 9.2.0)

When removing this fixed version, the used version can be defined more flexible.

If someone needs to use an older version of Firebase/Analytics, this is still possible by adding pod 'Firebase/Analytics', '~> 8.0' to the main Podfile