firebase-admin 0.1.0

An open-source Firebase Admin SDK for Rust, starting with Authentication
Documentation
1
2
3
4
5
//! Local signing of Firebase custom tokens.

pub mod signer;

pub use signer::CustomTokenSigner;