Fetching data from Firebase Firestore

前端 未结 0 1214
粉色の甜心
粉色の甜心 2021-02-05 15:37

Javascript. This works: var snapshot = db.collection(\'xyz\').doc("ABCD").get().then((snapshot) => {... the omitted code delivers the content of ABCD to the console

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