Cloud functions https.onCall not saving data on firestore after requestPromise

前端 未结 0 417
春和景丽
春和景丽 2020-12-31 02:57
    exports.onCreatePurchase = functions.https.onCall(async (data, context) => {
  functions.logger.log(\'onCreatePurchase start\', data.data)
  let paidWith = da         


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