SDKBOX Firebase is it working?

@nite @yinjimmy
Hi, what is current status with Firebase, last time I was trying it there was lot of bugs and wrong configuration for differnet Android version.

I installed latest version over cocos2d-x 3.14 and having issue compiling project, let’s start from wrong documentation which saying that Firebase should be initialised:

sdkbox::Firebase::Analytics::init();

but in sample project it get initialised:

sdkbox::PluginFirebase::init();

Error just showing:

Showing Recent Issues
  "sdkbox::Firebase::Analytics::init()", referenced from:
      sdkbox::PluginFirebase::init() in AppDelegate.o
ld: symbol(s) not found for architecture arm64

Thanks for reporting this issue, we’ll update the documentation accordingly.

Is there other issue you encountered with firebase?

I wasnt able to compile it, so I left on that step as I see also sample project have inside different libs compared to sdkbox installed. If sample project will be working with latest firebase I will have a try second time:)

I updated the cpp project with 2.3.17.7 version.

sdkbox::Firebase::Analytics::init();
sdkbox::PluginFirebase::init();

both ok.