i am stuck with a problem with firebase (with Vue). I want to add the user id to a specific map (yes, maybe or no) when the user presses a specific button. But Im having trouble add/update the data because its nested. Here is my data structure in Firestore
I want to add the user id in a map, something like this:
dates: { [ 0: { yes: [userId1, userId2] } ] } Does anyone can help me pushing the user ids into the arrays?
