yalcin-ata / godot-android-plugin-firebase

Godot 3.2.2 Android plugin for Firebase
44 stars 12 forks source link

Request: Update Firebase Analytics to 17.5.0 #8

Open RandomShaper opened 3 years ago

RandomShaper commented 3 years ago

Firebase Analytics had manual screen view tracking quit messed up until recently.

My request is therefore to upgrade the relevant library, like this:

com.google.firebase:firebase-analytics:17.5.0

I've done it for my game and it's working fine.

By the way, since I'm only using Analytics, that's actually the only entry I've left in Firebase.release.gdap. I've even removed androidx.work:work-runtime:2.3.4 and com.google.guava:guava:29.0-android since they don't seem to be needed, at least for it. Are they really needed for the other Firebase packages?


I take the opportunity to thank you for this Firebase integration. It works fine and saves a lot of time.