facebook twitter hatena line email

Gcp/Firebase/CloudFunctions/Realtimedatabaseトリガー

提供: 初心者エンジニアの簡易メモ
2021年10月8日 (金) 04:35時点におけるAdmin (トーク | 投稿記録)による版 ("TypeError: Cannot read property 'name' of undefined at RefBuilder.changeConstructor"エラーが出る場合)

移動: 案内検索

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