I'm trying to read the from the following field in Firestore:
Note that myMap is of type (map), and key(n) is also of type (map).
the fields of myMap are dynamic, so I do not know how many keys there are.
I'm not sure how to build the schema for this type of data.
Thank you.