Hello FlutterFlow Community,
I have created an app state of type list that contains a list of structs. These structs have fields related to a Firestore collection. My goal is to store this information temporarily and then transfer it to the Firestore collection by creating a document in Firebase.
Could someone guide me on how to achieve this in FlutterFlow? Specifically, I need help with the following:
Transferring this data from the app state to a Firestore collection.
Creating a new document in Firebase with the transferred data.
Any example code snippets or step-by-step instructions would be greatly appreciated.
please help as soon as possible.
Thank you!