Hey everyone, do someone know how to transfer data from à Firebase collection to an App states ( which is a list of data types ) ?
I've made my data type looks exactly the same as the Firestore collection's document but it doesnt work.
Flutterflow always wants me to add à specific collection field instead of letting me get all the fields from the document.
(here is my firebase document structure)
(here is my data type structure)
(here is my app state structure) (a list of the "Maintenance" data type)
(here is where i'm blocked because Flutterflow wants me to select a specific field instead of letting me take all the fields of the first document.) 🫠