3 releases (breaking)
| 0.3.0 | Apr 22, 2023 |
|---|---|
| 0.2.1 | Apr 19, 2023 |
| 0.2.0 |
|
| 0.1.0 | Feb 24, 2023 |
#1481 in HTTP server
4,212 downloads per month
Used in revolt-database
25KB
471 lines
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.
fcm_v1
fcm_v1 is a simple Rust Firebase Cloud Messaging (FCM) server library, compatible with the HTTP v1 API.
Goals
The main goals for this library are simplicity and completeness. It should be simple enough that anyone should be able to use it without squinting at the docs for too long, yet complete enough to support the full API.
Contributing
All forms of contribution (pull requests, issues, etc.) are gladly welcomed!
Dependencies
~19–32MB
~579K SLoC