I'm building a mobile app based on Cordova. Quick research lead me to these repos:
- Firebase's official JS SDK library - https://github.com/firebase/firebase-js-sdk
- Firebase Cordova implementation - https://github.com/dpa99c/cordova-plugin-firebasex
There is no explanation on the Cordova repository on how it differs from the Firebase JS SDK. Since I can run JS on my Cordova app, then my biggest question is why do I need the cordova-plugin-firebasex at all? What the added value here?