HaxeExtension/extension-firebase

There is no call FIRApp configure

smival opened this issue · 1 comments

NSLog:

extension_ios_firebase sendAnalyticsEvent
FirebaseAppDelegate: _init
FirebaseAppDelegate: sendFirebaseAnalyticsEvent name= enter, parameter= {"eventAction":"enter"}
Firebase Analytics has not been created. Please, configure Firebase by calling [FIRApp configure]

looks like this handler also never calling
-(BOOL)application:(UIApplication *)application willFinishLaunchingWithOptions:(NSDictionary *) launchOptions

I use cpp.Lib instead lime.system.CFFI

private static var extension_firebase_send_analytics_event = Lib.load ("firebase", "sendFirebaseAnalyticsEvent", 2);

openfl 3.6.1, hxcpp 3.4.188, lime 2.9.1