Hey there!
So I have a very simple data structure. I have a 'users' collection that creates a new document for each user. Within that document I have some data about the user and a list of lists. I can't seem to find any information on how to access the second list within the first list. I have no problem accessing the first list and updating the couple strings I have in there, but I can't seem to update the second list. No data is showing up in my Firestore database when I attempt to update it.
Any help would be appreciated!
I'll post a picture of my schema.
Cheers