`firebase_client` is a Rust library that provides basic Firebase functionality (Firestore and authentication helpers).
Features
- -
Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
firebase_client = "0.1"
```
See the `examples/` directory for usage examples.
License
MIT — see the `LICENSE` file.