MawaLog

一日一日、楽しく生きる。技術と音楽が好き。

Firebaseを使い始めるときのコマンドのメモ

memo

Firebaseを使い始めるときのコマンドのメモ

環境
MacOS
・npm

$ npm i -g firebase-tools@3.18.0

//わーっとたくさん出てくるWARNINGとか
//出ても気にしなくてOK

$ firebase login
? Allow Firebase to collect anonymous CLI usage and error reporting information? Y
// Yにとりあえずしといた

//ブラウザが開いて、グーグルアカウントでの認証を行う

✔  Success! Logged in as xxxxxxxxxx@gmail.com

//ログイン成功

これで使えるみたいです。