SDKBOX and Firebase

I was looking for a firebase implementation for cocos creator but in SDKBOX detail page says:
NOTE: Now, SDKBOX Firebase plugin supports the function of analytics ONLY.

I’m interested on use Realtime DB.

Is there any plan to implement full features?
Or is possible to integrate the Firebase JS SDK on cocos creator for HTML/Android/iOS?

thanks

There is a lot of API to support for Firebase, so currently we only supports analytics.

Is your game mostly a mobile game or html5 game?

If it’s a mobile game, you can integrate firebase with C++ first
If it’s h5 game you can use the JS SDK, but can’t expect the cross-platform support yet.

Is for both, I’ll check a C++ firebase integration

thanks