facebook twitter hatena line email

「Gcp/Firebase/CloudFunctions/Realtimedatabaseトリガー」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==functionsでrealtimedatabaseのトリガーを作る== ===TypeError: Cannot read property 'name' of undefined"エラーが出る場合=== npm install firebase-function...」)
(相違点なし)

2021年10月8日 (金) 04:32時点における版

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