Firestore update document if I have a reference to it?

后端 未结 0 1600
粉色の甜心
粉色の甜心 2020-12-03 23:20

I am obtaining a document using the following code:

    db.collection("invites")
      .doc(inviteCode)
      .get()
      .then(async (docRef) =>         


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