I want to delete a record where I don't have its path/key but I've its object property for example:
I've record in database like:
slots {
slot 1 : {
bookings: [
objectPath : {
bookingID: "adadasd"
}
]
}
}
and I want to delete a single object from bookings array where bookingID === "adadasd"