firebase-admin 0.3.0

An open-source Firebase Admin SDK for Rust: Authentication and Cloud Messaging
Documentation
1
2
3
4
5
6
//! Wire-format types and endpoint URLs for the Identity Toolkit REST API.

pub mod endpoints;
pub(crate) mod requests;

pub use endpoints::IdentityToolkitEndpoints;