我的 firebase 项目有多个实时数据库 (RTDB)。当我有多个数据库时,如何使用命令行界面 (CLI) 更新特定数据库?
$ firebase database:update --help
Usage: database:update [options] <path> [infile]
update some of the keys for the defined path in your Firebase
Options:
-d, --data <data> specify escaped JSON directly
-y, --confirm pass this option to bypass confirmation prompt
-h, --help output usage information
我选择了我的项目,firebase use -add
但帮助页面中没有任何关于定义数据库 URL 的内容,类似于这个问题。node.js firebase-import和 python firebase-streaming-import都包含数据库 URL 作为参数。