Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase Native Cordova Plugins

Firebase Analytics, Remote Config, Crash Reporting etc. only appear to be available in the native android/ios SDKs and not the web SDK.

I have not been able to find a maintained cordova plugin for the native firebase SDKs. Does anyone know if there is a cordova plugin for the native firebase SDKs, or of one in the works?

like image 831
Charles Avatar asked May 19 '16 15:05

Charles


1 Answers

Looks like someone started a repositry for the native firebase v3 cordova plugin here: https://github.com/arnesson/cordova-plugin-firebase

The author's initial primary purpose is for push notifications, but we may be able to fork it and add additional features.

like image 104
Charles Avatar answered Sep 30 '22 17:09

Charles