Hello, had anyone implemented Firebase Analytics in iOS project with Multi OS Engine? Could you tell me please, what did I do wrong?
I have downloaded GoogleService-Info.plist into the root directory of my project
I have installed FirebaseAnalytics with Cocoa (pod “Firebase/Analytics”)
Then have created binding like this:
{“output”:“src/main/java”,“platform”:“iOS”,“bindings”:[{“type”:“framework”,“name”:“FirebaseAnalytics”,“objcClassGenerationMode”:“Binding”,“frameworkPath”:“xcode/Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework”,“packageBase”:“com.test.firebase”,“importCode”:"#import <FirebaseAnalytics/FIRAnalytics.h>"}]}
And I’m confused now, how to initialize my Firebase in Java code. The class FIRAnalytics is available, it has the method init() only. I don’t see anything in my Firebase Console
Thanks!