Replies: 1 comment
-
You could try firestore.collection("COLLECTION_NAME")
.document(it)
.update(hashMapOf("FIELD_NAME" to FieldValue.delete)) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is
FieldValue.delete()
- but I can't figure out how to use it with Kotlin serialization. Example please?Beta Was this translation helpful? Give feedback.
All reactions