cordova-plugin-firebase-hooks

Cordova firebase plugin starter

Usage no npm install needed!

<script type="module">
  import cordovaPluginFirebaseHooks from 'https://cdn.skypack.dev/cordova-plugin-firebase-hooks';
</script>

README

cordova-plugin-firebase-hooks

Cordova firebase plugin starter

FAQ

Q: warning: Auto-Linking supplied [...] is not a dylib

A: Go to Target -> Build Setting -> Linking -> other linker Flag and add $(inherited) in both Debug and Release Answer 1