Skip to content

Updated FCM API to 18.0.0+

Compare
Choose a tag to compare
@andrehtissot andrehtissot released this 24 Aug 22:00
· 299 commits to master since this release
cb91697

This new version includes the many improvements written by Felipe Michel (@mfdeveloper).

Android

  • Refactor to use FCM com.google.firebase:firebase-messaging version 18.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 with cordova-android versions 6.3.0 and 8.0.0+. These changes was required after upgrade the firebase-messaging dependency.

IOS