firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
How to delete a field in Firestore ?
trafficstars
There is FieldValue.delete() - but I can't figure out how to use it with Kotlin serialization. Example please?