facebook twitter hatena line email

Gcp/Firebase/CloudFunctions/Realtimedatabaseトリガー

提供: 初心者エンジニアの簡易メモ
2021年10月8日 (金) 04:32時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==functionsでrealtimedatabaseのトリガーを作る== ===TypeError: Cannot read property 'name' of undefined"エラーが出る場合=== npm install firebase-function...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

functionsでrealtimedatabaseのトリガーを作る

TypeError: Cannot read property 'name' of undefined"エラーが出る場合

npm install firebase-functions@latest

3.13.1以上にする。

参考:https://github.com/firebase/firebase-functions/issues/447