App State (Data Type) List to create documents in Firestore Database

I have a section of my application that is used offline. I have a trigger button when internet connection on device is found that shows that is designed to sync data stored locally to the cloud firestore database.

I am storing the data in a app state list utilising data types, I was wondering if there's any way people know of to create individual documents in a cloud firestore database collection, based on the values of the listItems stored in my app state list?

1
6 replies