firebase-admin 0.1.0

An open-source Firebase Admin SDK for Rust, starting with Authentication
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;