Delete data from Firestore dynamically
问题 I'm building a project with React & Redux & Firestore, I know how to delete/update/add etc.. But when I have 2 subcollections with dynamic field, I couldn't find any solution to delete it. If you look at the picture, I have the table ID and user ID, but the fields are 0, 1, 2 and so on. How can I delete a field from tableGuests? Maybe the structure is not good and could be better? guests > user id > userTables > table id > tableGuests which is an array. 回答1: How can I delete a field from