Expand description
fcm_v1
A type-safe way to call the Firebase Cloud Messaging (FCM) HTTP v1 API.
OAuth 2.0 authentication is performed via the yup-oauth2 crate.
Currently, we request the "https://www.googleapis.com/auth/firebase.messaging"
scope
in order to send messages.
Modules
- Android-specific component of the message.
- iOS-specific component of the message.
- OAuth2 authentication helpers.
- Platform-independent component of the message.
- Web Push-specific component of the message.
Structs
- FCM HTTP v1 API client
Enums
- Custom error type for FCM API calls.
Type Definitions
- Custom result type for FCM API calls.