是否有任何 UI 控制台可以查询 Firebase 数据库?基本上我希望查询数据,就像我们可以使用 UI 查询其他数据库一样
3 回答
The Firebase Console has built-in support for sorting and filtering the data in a Firestore collection. Click the little filter icon at the top of the collection (next to the overflow menu ).
Many developers also use a local node.js script/REPL (such as in this video tutorial explaining Firebase Queries) or set up a jsfiddle/jsbin (such as in this question).
编辑:如评论中所述,文档链接目前已失效。这个项目可能会被放弃。请尝试下一个答案。
编辑 2:我删除了指向软件和文档的链接,因为它看起来像是某个网络钓鱼网站接管了该域。
原答案:
查看 Firebase 管理员。它是一个适用于 Linux、OSX 和 Windows 的 UI,它有一个 Query 选项卡,可让您试验查询。
阅读有关如何创建应用程序连接到项目所需的私钥的文档。
我发现并一直在使用 Firestation。可以在windows、mac和linux上使用。我会说检查一下。您可以对您的 firebase 数据库运行 sql 查询。
您可以在此处查看源代码。