私の 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 がパラメーターとして含まれています。