fireplace 0.1.0

A client for Firebase that seeks to provide a user-friendly interface to interact with Firestore, Firebase Auth, and similar.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.erased-serde]
version = "0.3"

[dependencies.firestore_grpc]
version = "0.129"

[dependencies.futures]
version = "0.3"

[dependencies.jsonwebtoken]
version = "8.1"

[dependencies.once_cell]
version = "1.16"

[dependencies.openssl]
version = "0.10"

[dependencies.prost-types]
version = "0.9"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.21"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.ulid]
version = "1.0"

[package]
categories = ["database", "authentication", "web-programming"]
description = "A client for Firebase that seeks to provide a user-friendly interface to interact with Firestore, Firebase Auth, and similar."
edition = "2021"
homepage = "https://github.com/Filify-app/fireplace"
keywords = ["firebase", "firestore", "firebase-auth"]
license = "MIT"
name = "fireplace"
readme = "README.md"
repository = "https://github.com/Filify-app/fireplace"
version = "0.1.0"