Updated FCM API to 18.0.0+
This new version includes the many improvements written by Felipe Michel (@mfdeveloper).
Android
- Refactor to use FCM
com.google.firebase:firebase-messaging
version18.0.0
+ - Refactor to can use this plugin directly from Android Native (without a Cordova Webview). This is great to call
getToken()
from a Android native project, for example. - Added a example project under
android
folder, and deliver this plugin like a dependency with https://jitpack.io FCMPlugin.gradle
improvements to allow use this plugin withcordova-android
versions6.3.0
and8.0.0
+. These changes was required after upgrade thefirebase-messaging
dependency.
IOS
- Added https://cocoapods.org support