firebase_fcm 0.0.1 copy "firebase_fcm: ^0.0.1" to clipboard
firebase_fcm: ^0.0.1 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.1 #

  • Initial release of the firebase_fcm package.
  • 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 AuthClient via 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.
0
likes
150
points
--
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter package to construct and dispatch Firebase Cloud Messaging (FCM) v1 notifications from Dart using Service Account OAuth2 credentials.

Repository (GitHub)

License

MIT (license)

Dependencies

firebase_database, firebase_messaging, flutter, googleapis_auth, http

More

Packages that depend on firebase_fcm