I am trying to replicate the schema I have on my Firestore, but I am failing terribly. Can someone help me with this?

Database & APIs

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.

Screenshot 2025-02-05 at 9.33.35โ€ฏPM.png
554.29KB


Can anyone guide me on how to deal with this kind of data?

What have you tried so far?

I have tried using sub-collections, but nothing worked so far. The available options should rather give me 'text' field from the 'love' document in the questionnaire collection.

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