firebase-analytics icon indicating copy to clipboard operation
firebase-analytics copied to clipboard

removed explicit version of Firebase/Analytics pod

Open hoi4 opened this issue 3 years ago • 2 comments

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

hoi4 avatar Jun 24 '22 19:06 hoi4

Any chance to get this small change merged? 🙂

hoi4 avatar Sep 08 '22 15:09 hoi4

I need this update as well

DavidBowdoin avatar Sep 10 '22 15:09 DavidBowdoin