Reading map of maps from Firestore

Database & APIs

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.

What have you tried so far?

I've tried to set it up as a List of maps but that did not work.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
1 reply