下記コマンドで必要なモジュールをインストール
yarn
node version v10.18.0
yarn version 1.17.3
firebase-tools 8.7.0
https://firebase.google.com/docs/admin/setup?hl=ja
export GOOGLE_APPLICATION_CREDENTIALS="path/to/google-service-account.json"
.envExample を.env ファイルにリネームして,#を消してYOUR_DATABASE_URL
の部分を自分の URL に置き換える.
yarn shell
firebase > YOUR_FUNCTION_NAME()
firebase > YOUR_FUNCTION_NAME({key: value})