node.js error with nodemailer deployment on firestore

前端 未结 0 1683
醉话见心
醉话见心 2020-12-11 14:46
exports.sendNotification = functions.firestore.document(\'order/{uid}\').onCreate((snap, ctx) =>{
    const data = snap.data();  
    let authData = nodemailer.cr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题