DrMoriarty / godot-firebase-analytics

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

Fba object #11

Closed kpk-i710 closed 2 years ago

kpk-i710 commented 2 years ago

I have from 3.3.4 for some reason the global fba object was not added automatically, to solve this problem, all autoload scripts tried to add plugin, mainui, pluginVariable, packageInfo, so fba didn't work to get

I did func _ready (): fba.logEvent ("forward") pass

the identifier "fba" is not declared in the current scope

kpk-i710 commented 2 years ago

but I understood it was necessary to install nativeLib firebase Analytics