Skip to content

LazyFireFirebase in your terminal

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

LazyFire

Quick Start

Terminal
$brew install marjoballabani/tap/lazyfire
$lazyfire
Gogo install github.com/marjoballabani/lazyfire@latest
Binarycurl -L https://github.com/.../lazyfire_darwin_arm64.tar.gz | tar xz
All installation options

Preview

lazyfire
LazyFire Preview

Interface

Projects
my-app-prod
my-app-staging
my-app-dev
1 of 3
Collections Functions
Client
Order
Product
Retail
3 of 4
Tree
9crF4Fg1BpQJt...
XskAkUIJNmJwy...
toi6iaX11KC3qW...
1 of 3
Details
Size: 369 B / 1MBIndex: ~30+Depth: 1 / 20
{
"brand": "Apple",
"model": "XS max",
"name": "Iphone",
"price": "4",
"enabled": true,
"quantity": "0"
}
Commands
cache Using cached 9crF4Fg1BpQJt...
h/l cols j/k move space select c copy / filter F query ? help q quitv0.1.40
Four-panel layout with vim-style navigation

Why LazyFire?

No context switching
Stay in your terminal while debugging Firebase. No browser tabs, no Firebase Console clicks.
Fast navigation
Vim-style keys mean muscle memory works here too. Navigate projects, collections, and documents in seconds.
Real-time logs
Stream Cloud Function logs without opening the console. Filter and search through live output.
Query power
Build and execute Firestore queries interactively. Where clauses, ordering, and limits in a simple UI.
Zero config
Uses your existing firebase login credentials. Install and run - that's it.

Firebase Console vs LazyFire

TaskFirebase ConsoleLazyFire
Switch between projectsClick through menusj/k + Space
Browse subcollectionsClick, wait, click, waitl to expand, h to collapse
Check document limitsNot availableAutomatic color-coded stats
Scan collection healthManual, one doc at a timeS scans all collections
Query documentsWeb form with limited operatorsInteractive builder with F
Copy document JSONSelect, copy, formatc key
View function logsSeparate Cloud Logging page] tab, same window

Ready to try it?

Install LazyFire and start browsing your Firebase projects in seconds.

Released under the MIT License.