Firebase Analytics 23.0.0 Android plugin for Godot. Built on Godot 3.6.2 dependency.
Put google-services.json into your project's res://android/build folder. The json file can be obtained from the Firebase console.
It's recommended to use Firebase BoM to manage dependencies, especially if you are up to using other Firebase services. You add the BoM by adding implementation platform("com.google.firebase:firebase-bom:34.4.0") into your game project's build.gradle dependencies section. This way there's no need to specify the particular version of Firebase dependencies in the GDAP file of the plugin.
Grab theGodotFirebaseAnalyics plugin binary (.aar) and config (.gdap) from the releases page and put both into res://android/plugins. Enable the plugin in your export template for Android.
Add the GodotFirebaseAnalytics.gd as an Autoload to your project and use its methods.