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