Skip to content

Tags: NeoScript/firebase-auth-cli

Tags

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: rename project to firebase-auth-cli with fire-auth binary (#1)

The old name "fbadmin" implied broader Firebase Admin SDK coverage.
This tool only does Firebase Authentication, so the new names better
reflect its scope:

- Package: firebase-auth-cli
- Binary: fire-auth
- Env vars: FIRE_AUTH_*
- Config dir/file: fire-auth / .fire-auth.toml

v0.1.0

Toggle v0.1.0's commit message
fix: add rust-toolchain.toml to pin Rust 1.94 for CI

The aarch64-unknown-linux-gnu runner ships rustc 1.93 which doesn't
satisfy rust-version = "1.94". Pin the toolchain so cargo-dist
installs the correct version.

Also adds docs/RELEASING.md, AGENTS.md, and fixes README license.