firebase-admin 0.3.0

An open-source Firebase Admin SDK for Rust: Authentication and Cloud Messaging
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Summary

<!-- What does this PR change, and why? -->

## Checklist

- [ ] `cargo fmt` run
- [ ] `cargo clippy --all-targets --all-features -- -D warnings` passes
- [ ] `cargo test --all-features` passes
- [ ] `cargo test --doc --all-features` passes
- [ ] New/changed public items have doc comments
- [ ] Tests added or updated for behavior changes (see `CONTRIBUTING.md` for
      the negative-case coverage expected of token-verification changes)
- [ ] Commit messages / PR title follow [Conventional Commits]https://www.conventionalcommits.org/