firebase_cloud_messaging_flutter 2.1.2
firebase_cloud_messaging_flutter: ^2.1.2 copied to clipboard
Send Firebase Cloud Messages and manage topics directly from your Dart or Flutter application using the FCM HTTP v1 API. No external server required. Includes native Google Application Default Creden [...]
firebase_cloud_messaging_flutter (Discontinued) #
Caution
This package has been renamed!
Please use firebase_cloud_messaging_dart instead.
This package is no longer maintained. We have rebranded to firebase_cloud_messaging_dart to better reflect support for pure Dart environments (Serverpod, CLI, etc.) while remaining fully compatible with Flutter.
🚀 Key Features (Archived) #
- Zero-Dependency on Firebase SDK: Works in pure Dart environments (backends, CLI, etc.) as well as Flutter.
- Application Default Credentials (ADC): Native support for ambient identity on Google Cloud (Cloud Run, Functions, etc.).
- Topic Management: Natively subscribe or unsubscribe device tokens to topics (Instance ID API).
- Structured Error Handling: Deep visibility into FCM errors (
UNREGISTERED,QUOTA_EXCEEDED, etc.) with typed objects. - Automatic Retries: Intelligent exponential back-off for transient Google API errors.