Firebase Cloud Messaging API v1 Rust Crate
This Rust crate provides a convenient way to send notifications using Firebase Cloud Messaging (FCM) API v1. It leverages async/await for asynchronous operations and supports loading service account credentials from a JSON file.
Installation
Add this crate to your Cargo.toml:
[]
= "0.2.0"
Usage
Below is an example of how to use this crate to send a notification:
use ;
async
Contribution
Contributions are welcome! Feel free to submit issues or pull requests.
Contact
For any queries or suggestions, please open an issue on the GitHub repository.