3 releases (breaking)
0.3.0 | Apr 22, 2023 |
---|---|
0.2.1 | Apr 19, 2023 |
0.2.0 |
|
0.1.0 | Feb 24, 2023 |
#8 in #fcm
179 downloads per month
25KB
471 lines
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!
lib.rs
:
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.
Dependencies
~17–30MB
~569K SLoC