Cloud Functions
| Google Cloud Platform | Firebase |
Cloud Functions
- Cloud Functions for Firebase
- Firebase CLI プロジェクトの Google Cloud Functions へファイルをアップロードして、Google Cloud Storageへ保存するコードをTypeScriptで書く
- Cloud Function関連ブログ
- Firebase関連ブログ
ローカル実行
- Firebase エミュレータを呼び出す
**package.json で定義された、firebase emulators:start を実行
- $ npm install -g firebase-tools
- $ cd functions
- $ npm run serve
Expressと統合
- $ npm install --save express
- $ npm install --save-dev @types/express
© 2006 矢木浩人