firebase_cloud_messaging_interop 1.2.1 firebase_cloud_messaging_interop: ^1.2.1 copied to clipboard
A dart plugin to use the Firebase Cloud Messaging Api (JS). You can retrieve the user's FCM token, delete it, access the notification data, ...
1.2.1 #
- Fixing type conversion issue for FCM payload retrieval
1.2.0 #
- The whole FCM payload can now be retrieved
notification, data, from
instead of only thenotification
object. - Fixes for sending Dart function to JS
- Other fixes from contributors on GitHub
1.1.0 #
- Fixing multiple issues.
- Adding an interface to make the use of the FCM interop easier.
1.0.0 #
- Initial version