「Gcp/Firebase/CloudFunctions/Realtimedatabaseトリガー」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→functionsでrealtimedatabaseのトリガーを作る) |
(→"TypeError: Cannot read property 'name' of undefined at RefBuilder.changeConstructor"エラーが出る場合) |
||
行6: | 行6: | ||
npm install firebase-functions@latest | npm install firebase-functions@latest | ||
vi functions/package.json | vi functions/package.json | ||
− | + | firebase-functionsを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"エラーが出る場合
cd functions npm install firebase-functions@latest vi functions/package.json
firebase-functionsを3.13.1以上にする。
参考:https://github.com/firebase/firebase-functions/issues/447