DrMoriarty/godot-firebase-analytics

Fba object

kpk-i710 opened this issue · 1 comments

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

but I understood it was necessary to install nativeLib firebase Analytics