Gcp/Firebase/CloudFunctions/Realtimedatabaseトリガー
提供: 初心者エンジニアの簡易メモ
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
3.13.1以上にする。
参考:https://github.com/firebase/firebase-functions/issues/447