I would like to delete the object with id number 2 in this Firestore object. Is that possible?
{
"provider": "foo",
"data": [{
"id": 1,
"name": "John"
},
{
"id": 2,
"name": "Bob"
}
]
}