Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 May 11:43
c560e36

Release Notes

Renamed from fbadmin to fire-auth.

  • Binary: fbadminfire-auth
  • Package: fbadminfirebase-auth-cli
  • Env vars: FBADMIN_*FIRE_AUTH_*
  • Config: confy app name fire-auth, local override .fire-auth.toml
  • Homebrew tap: NeoScript/homebrew-fbadminNeoScript/homebrew-fire-auth

Install firebase-auth-cli 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/NeoScript/firebase-auth-cli/releases/download/v0.2.0/firebase-auth-cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/NeoScript/firebase-auth-cli/releases/download/v0.2.0/firebase-auth-cli-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install NeoScript/fire-auth/firebase-auth-cli

Download firebase-auth-cli 0.2.0

File Platform Checksum
firebase-auth-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
firebase-auth-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
firebase-auth-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
firebase-auth-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
firebase-auth-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum