firebase_fcm 0.0.2
firebase_fcm: ^0.0.2 copied to clipboard
A Flutter package to construct and dispatch Firebase Cloud Messaging (FCM) v1 notifications from Dart using Service Account OAuth2 credentials.
Changelog #
0.0.2 #
- Updated active repository link configuration in pubspec.yaml.
0.0.1 #
- Initial release of the
firebase_fcmpackage. - Added support for Firebase Cloud Messaging (FCM) v1 API notification sending.
- Automatic OAuth2 token exchange using Google Cloud Service Account JSON credentials.
- Support for target device token delivery and topic path broadcasting.
- Proper resource cleanup of
AuthClientvia try-finally blocks to avoid HTTP connection leaks. - Input validation rules to ensure safe function parameters at runtime.
- Comprehensive example application featuring an interactive visual dashboard.
