TypeError: Cannot read property 'get' of undefined at > ServerResponse.json?
问题 I am getting the following errors when trying to make a simple cloud function which detects a like on the RD, and then ads posts to a user timeline. How can I fix the function? What am I doing wrong? (2 errors bellow are from the Firebase cloud functions console) 1. TypeError: Cannot read property 'get' of undefined at ServerResponse.json (/workspace/node_modules/express/lib/response.js:257:20) at ServerResponse.send (/workspace/node_modules/express/lib/response.js:158:21) at likerUIDRef.once