「Gcp/Firebase/CloudFunctions/Realtimedatabaseトリガー」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==functionsでrealtimedatabaseのトリガーを作る== ===TypeError: Cannot read property 'name' of undefined"エラーが出る場合=== npm install firebase-function...」) |
|||
行1: | 行1: | ||
==functionsでrealtimedatabaseのトリガーを作る== | ==functionsでrealtimedatabaseのトリガーを作る== | ||
− | ===TypeError: Cannot read property 'name' of undefined"エラーが出る場合=== | + | 公式:https://firebase.google.com/docs/functions/database-events?hl=ja |
+ | |||
+ | ==="TypeError: Cannot read property 'name' of undefined at RefBuilder.changeConstructor"エラーが出る場合=== | ||
npm install firebase-functions@latest | npm install firebase-functions@latest | ||
3.13.1以上にする。 | 3.13.1以上にする。 | ||
参考:https://github.com/firebase/firebase-functions/issues/447 | 参考:https://github.com/firebase/firebase-functions/issues/447 |
2021年10月8日 (金) 04:35時点における版
functionsでrealtimedatabaseのトリガーを作る
公式:https://firebase.google.com/docs/functions/database-events?hl=ja
"TypeError: Cannot read property 'name' of undefined at RefBuilder.changeConstructor"エラーが出る場合
npm install firebase-functions@latest
3.13.1以上にする。
参考:https://github.com/firebase/firebase-functions/issues/447