Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Created January 15, 2019 16:19
Show Gist options
  • Save manuelernesto/b4c42533803f7e0c59ca6ad0e40ec605 to your computer and use it in GitHub Desktop.
Save manuelernesto/b4c42533803f7e0c59ca6ad0e40ec605 to your computer and use it in GitHub Desktop.
db.collection("Person").document(personExtra.id!!).delete().addOnSuccessListener {
"Person was deleted.".toast(this@UpdateFirestoreActivity)
finish()
}.addOnFailureListener { exception ->
"Error: ${exception.message}".toast(this@UpdateFirestoreActivity)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment