firebase-tools
Firebase CLIはnpmでfirebase-toolsという名前のパッケージとして提供されている。
Node.jsをインストールしていれば npm install -g firebase-tools でインストールできる。
Node.jsをインストールしていないならスタンドアロンのFirebase CLIもある。
https://firebase.google.com/docs/cli?hl=ja
firebase-tools-instant-win.exe をダウンロードしてダブルクリックして実行する。
たぶんNode.jsの環境をダウンロードしてくるのだろう、とても時間がかかる。
https://gyazo.com/387b72441e905d0849d5eb2c5b49d65e
https://gyazo.com/566686a4770f320744815919d036078b
https://gyazo.com/77fcb56e5ba2c314cf27bc6e5f7fd528
ブラウザが開いて認可を求められる。
https://gyazo.com/732858573782091781f6c33a238298a9
firebase login:ci でトークンの取得も可能。
https://gyazo.com/c4f65bffa824be4a79c23a7ff7f7492c
https://gyazo.com/ed448a5e2e0e68b1035139e328b93fbe
関連項目
#Firebase
#Node.js