Edit of asset "Firebase Analytics Android" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | Firebase Analytics Android | Firebase Analytics Android |
| Description |
Firebase Analytics implementation for Godot 4.2+ Usage Download latest release and enable plugin in godot project settings. For log event use function in singleton FirebaseAnalytics: func logEvent(event: String, params: Dictionary) -> void: In params dictionary keys mast be String type, values can be int, float or String. Usage example: func _on_Button_pressed(): FirebaseAnalytics.logEvent("test", { "value1": 1, "value2": "2", "value3": 0.3 }) |
Firebase Analytics implementation for Godot 4.2+ Usage Download latest release and enable plugin in godot project settings. For log event use function in singleton FirebaseAnalytics: func logEvent(event: String, params: Dictionary) -> void: In params dictionary keys mast be String type, values can be int, float or String. Usage example: func _on_Button_pressed(): FirebaseAnalytics.logEvent("test", { "value1": 1, "value2": "2", "value3": 0.3 }) |
| Category | Scripts | Scripts |
| License | MIT | MIT |
| Repository Provider | Custom | Custom |
| Repository Url | https://github.com/FeatureKillersGames/FirebaseAnalyticsGodotAndroidPlugin | https://github.com/FeatureKillersGames/FirebaseAnalyticsGodotAndroidPlugin |
| Issues Url | https://github.com/FeatureKillersGames/FirebaseAnalyticsGodotAndroidPlugin/issues | https://github.com/FeatureKillersGames/FirebaseAnalyticsGodotAndroidPlugin/issues |
| Godot version | Godot 4.2 | Godot 4.2 |
| Version String | 1.0 | 1.0 |
| Download Commit | https://github.com/FeatureKillersGames/FirebaseAnalyticsGodotAndroidPlugin/releases/download/v1.0/FirebaseAnalyticsGodotAndroidPlugin.zip | https://github.com/FeatureKillersGames/FirebaseAnalyticsGodotAndroidPlugin/releases/download/v1.0/FirebaseAnalyticsGodotAndroidPlugin.zip |
| Download Url (Computed) | https://github.com/FeatureKillersGames/FirebaseAnalyticsGodotAndroidPlugin/releases/download/v1.0/FirebaseAnalyticsGodotAndroidPlugin.zip | https://github.com/FeatureKillersGames/FirebaseAnalyticsGodotAndroidPlugin/releases/download/v1.0/FirebaseAnalyticsGodotAndroidPlugin.zip |
| Icon Url |
https://raw.githubusercontent.com/FeatureKillersGames/FirebaseAnalyticsGodotAndroidPlugin/main/icon.png
|
https://raw.githubusercontent.com/FeatureKillersGames/FirebaseAnalyticsGodotAndroidPlugin/main/icon.png
|