facebook twitter hatena line email

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

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(functionsでrealtimedatabaseのトリガーを作る)
行3: 行3:
  
 
==="TypeError: Cannot read property 'name' of undefined at RefBuilder.changeConstructor"エラーが出る場合===
 
==="TypeError: Cannot read property 'name' of undefined at RefBuilder.changeConstructor"エラーが出る場合===
 +
cd functions
 
  npm install firebase-functions@latest
 
  npm install firebase-functions@latest
 +
vi functions/package.json
 
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"エラーが出る場合

cd functions
npm install firebase-functions@latest
vi functions/package.json

3.13.1以上にする。

参考:https://github.com/firebase/firebase-functions/issues/447