yalcin-ata / godot-android-plugin-firebase

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

Fix build and improve Analytics #9

Open RandomShaper opened 4 years ago

RandomShaper commented 4 years ago

This PR is multi-purpose, to address both issues I reported as well as some build problems at once.

Fixes #7. Fixes #8.

UPDATE: Analytics' events expect non-float values to be Longs, not Integers, so the added change lets it parse those values correctly.

UPDATE: Add Analytics methods related to user privacy control: reset data and start/stop collection.

himaghnam commented 3 years ago

@RandomShaper Can you upgrade this one for 3.2.4 too?