Skip to content

LazyFireFirebase in your terminal

Browse Firestore, monitor Cloud Functions, and view live logs — all from your terminal

LazyFire

Installation

bash
brew install marjoballabani/tap/lazyfire
bash
go install github.com/marjoballabani/lazyfire@latest
bash
# macOS (Apple Silicon)
curl -L https://github.com/marjoballabani/lazyfire/releases/latest/download/lazyfire_darwin_arm64.tar.gz | tar xz

# macOS (Intel)
curl -L https://github.com/marjoballabani/lazyfire/releases/latest/download/lazyfire_darwin_amd64.tar.gz | tar xz

# Linux
curl -L https://github.com/marjoballabani/lazyfire/releases/latest/download/lazyfire_linux_amd64.tar.gz | tar xz

Then run:

bash
lazyfire

Preview

LazyFire Preview

Why LazyFire?

No context switching
Stay in your terminal while debugging Firebase
Fast navigation
Vim-style keys mean muscle memory works here too
Real-time logs
Stream Cloud Function logs without opening the console
Query power
Build and execute Firestore queries interactively
Zero config
Uses your existing firebase login credentials

Released under the MIT License.