DrMoriarty / godot-firebase-analytics

Firebase Analytics plugin for Godot engine
17 stars 5 forks source link

How to use it ? #4

Closed anisc closed 3 years ago

anisc commented 3 years ago

Hi, Could you please explain how to use this plugin ? where to put the google-service.json This plugin : https://github.com/yalcin-ata/godot-android-plugin-firebase require a change to be made on this file: godot-firebase-config.json, is there something similar to this ? Thank you.

DrMoriarty commented 3 years ago

Hello! You should put google-services.json into android/build folder. The google-services.json you could download from your firebase console where you manage platforms of your project.

DrMoriarty commented 3 years ago

I updated README file with description of all available methods.

anisc commented 3 years ago

Man you are amazing thank you so much !!!