Expand description
A crate for using Firebase Cloud Messaging device groups. See https://firebase.google.com/docs/cloud-messaging/android/topic-messaging
Note that you will have to manually depend on a reqwest TLS feature if the default-tls feature is disabled.
Modules§
- error
- Errors returns by the FCM device group APIs
Structs§
- FCMDevice
Group - A Representation of an FCM Device group
- FCMDevice
Group Client - Client to use fcm device groups
- NoToken
- In the event that the API endpoint does not require an OAuth2 token,
NoTokenshould be provided to the hub to avoid specifying an authenticator. - Operation
Response - Response from a POST Operation
Enums§
- Operation
- Represents a POST operation to fcm. See https://firebase.google.com/docs/cloud-messaging/android/device-group
Constants§
- FIREBASE_
NOTIFICATION_ URL - Default URL used for FCM device groups