Following on from the previous lesson, this short video teaches us the different ways we can delete records (documents) and key-value pairs from our Firebase. We can use the .updateData modifier to delete individual key-value pairs, thus: To delete the entire document, we would use the .delete() modifier thus: It’s […]