firebase-admin 0.3.0

An open-source Firebase Admin SDK for Rust: Authentication and Cloud Messaging
Documentation
1
2
3
4
5
//! Local signing of Firebase custom tokens.

pub mod signer;

pub use signer::CustomTokenSigner;