firebase_cloud_messaging_interop 3.0.0 firebase_cloud_messaging_interop: ^3.0.0 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, ...
3.0.0 #
- Migrating to null-safety
- Adding an example project
2.0.1 #
- Improving README.md
2.0.0 #
-
Breaking changes: the FCM class has become FirebaseMessagingWeb
-
Fixing the onMessage interop.
-
Including the requestNotificationMethod inside the FCM interface.
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