LazyFire – 一款类似lazygit的Firebase Firestore终端用户界面

3作者: egosurffing大约 2 个月前原帖
嗨,HN, 我开发了LazyFire,这是一个受lazygit启发的Firebase Firestore终端用户界面。 我经常使用Firestore,但不断切换到Firebase控制台以检查数据、运行查询或调试文档,严重影响了我的工作效率。我希望有一个完全在终端内运行并支持键盘导航的工具。 LazyFire可以让你: • 浏览Firestore集合和文档 • 轻松检查嵌套的JSON • 运行查询 • 使用jq过滤结果 • 通过vim风格的按键进行导航 • 查看云函数日志 我们的目标是让使用Firestore的体验类似于lazygit或k9s等工具。 它被编写为一个命令行工具,如果你已经在终端中进行开发,它的表现非常好。 我希望能收到其他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&#x27;s written as a CLI tool and works well if you&#x27;re already developing from the terminal.<p>I&#x27;d love feedback from other Firebase users: - missing features - workflow improvements - bugs or UX issues<p>Thanks!