| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

Cloud Functions

提供: MyMemoWiki
2020年10月30日 (金) 05:44時点におけるPiroto (トーク | 投稿記録)による版 (→‎Expressと統合)
ナビゲーションに移動 検索に移動

| Google Cloud Platform | Firebase |

Cloud Functions

ローカル実行

  • Firebase エミュレータを呼び出す

**package.json で定義された、firebase emulators:start を実行

  1. $ npm install -g firebase-tools
  2. $ cd functions
  3. $ npm run serve

Expressと統合

  1. $ npm install --save express
  2. $ npm install --save-dev @types/express