fireplace 0.6.2

A client for Firebase that seeks to provide a user-friendly interface to interact with Firestore, Firebase Auth, and similar.
Documentation
1
2
3
4
5
6
mod api_auth_token;
mod public_keys;
mod token_handler;

pub use api_auth_token::ApiAuthTokenManager;
pub use token_handler::UserTokenManager;