Skip to content

Simple Rust FCM server library (HTTP v1 API). Forked to use `rustls` instead of native OpenSSL for easier linking.

License

Notifications You must be signed in to change notification settings

YourBCABus/fcm_v1_rustls

This branch is 1 commit ahead of sanath-2024/fcm_v1:main.

Repository files navigation

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!

About

Simple Rust FCM server library (HTTP v1 API). Forked to use `rustls` instead of native OpenSSL for easier linking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 84.7%
  • Python 15.3%