exports.updateUser = functions.firestore .document('users/{userID}') .onWrite(event => { // An object with the current document value var document ...
確定! 回上一頁