LazyFire - 一个类似 lazygit 的 Firebase Firestore 终端用户界面
3 分•作者: egosurffing•5 个月前
Hi HN,
我开发了 LazyFire,一个受 lazygit 启发的 Firebase Firestore 终端 UI。
我经常使用 Firestore,但不断切换到 Firebase 控制台来检查数据、运行查询或调试文档,这减慢了我的工作流程。我想要一个完全在终端内工作,并支持键盘导航的工具。
LazyFire 可以让你:
* 浏览 Firestore 集合和文档
* 轻松检查嵌套的 JSON
* 运行查询
* 使用 jq 过滤结果
* 使用 vim 风格的按键进行导航
* 查看云函数日志
目标是让使用 Firestore 的体验类似于 lazygit 或 k9s 等工具。
它被编写为一个 CLI 工具,如果你已经在终端中进行开发,它会运行良好。
我很乐意收到其他 Firebase 用户的反馈:
* 缺失的功能
* 工作流程改进
* 错误或用户体验问题
谢谢!
查看原文
Hi HN,<p>I built LazyFire, a terminal UI for Firebase Firestore inspired by lazygit.<p>I use Firestore a lot, but constantly switching to the Firebase Console to inspect data, run queries, or debug documents was slowing down my workflow. I wanted something that works entirely inside the terminal with keyboard navigation.<p>LazyFire lets you:<p>• browse Firestore collections and documents
• inspect nested JSON easily
• run queries
• filter results with jq
• navigate everything with vim-style keys
• view Cloud Function logs<p>The goal is to make working with Firestore feel similar to tools like lazygit or k9s.<p>It's written as a CLI tool and works well if you're already developing from the terminal.<p>I'd love feedback from other Firebase users:
- missing features
- workflow improvements
- bugs or UX issues<p>Thanks!