Here i'm using firestore query to update, insert data. How to upadate dictionary of array value to firebase database.
here is my firestore data structure: 
Right now able to get data of slot1 -> 0th position value in a model class. how can i update value of slot1 0th position of isbooked boolean value alone, without affecting remaining values and other slot.