【发布时间】:2020-02-26 19:47:21
【问题描述】:
这是我的哈希图,它没有添加实际生成的 id
val user = hashMapOf(
"deviceToker" to " ",
"dob" to date.text.toString(),
"email" to email_reg.text.toString(),
"id" to db.collection("patients").document().id,
"name" to name.text.toString()
)
【问题讨论】:
标签: kotlin google-cloud-firestore