So, I have the schema made in firestore as below:
Its basically questions, that includes a collection called as questionnaire, than sub-collection called as happiness, health, love and wealth.
each of the 4 sub collections have an array of questions as mentioned below. I am trying to replicate this schema in flutterflow, but I am failing.
I have tried using sub-collections, but nothing worked so far.
Can anyone guide me on how to deal with this kind of data?