Structs§
- FcmNotification
- A wrapper for Firebase Cloud Messaging (FCM) notifications.
- Token
Manager - A manager for handling OAuth tokens.
Enums§
- FcmError
- Enum representing the possible errors that can occur in the Firebase Cloud Messaging (FCM) service.
- Network
Error - Enum representing the possible network errors that can occur when sending requests to the OAuth or FCM server.
Functions§
- create_
shared_ token_ manager - Creates a new
SharedTokenManager
. - send_
fcm_ message - Sends a Firebase Cloud Messaging (FCM) message.
- send_
fcm_ message_ with_ url - Sends a Firebase Cloud Messaging (FCM) message to a specific URL.
Type Aliases§
- Shared
Token Manager - A thread-safe, shared reference to a
TokenManager
.