【发布时间】:2019-01-17 20:27:26
【问题描述】:
我已经在我的应用程序中实现了 firebase 功能,以前它工作正常,但现在显示错误 Cannot read property 'previous' of undefined
函数错误日志
TypeError: Cannot read property 'previous' of undefined
at exports.LoveNotification.functions.database.ref.onWrite (/user_code/index.js:223:16)
at cloudFunctionNewSignature (/user_code/node_modules/firebase-functions/lib/cloud-functions.js:109:23)
at cloudFunction (/user_code/node_modules/firebase-functions/lib/cloud-functions.js:139:20)
at /var/tmp/worker/worker.js:730:24
at process._tickDomainCallback (internal/process/next_tick.js:135:7)
【问题讨论】:
标签: node.js firebase google-cloud-functions