I'm working on a flutter application that would collect some data from user and send them to cloud function. I wanted to know if it's possible to convert the incoming data to CSV format and append it to the CSV file in cloud storage. I want to use this file in AutoMl Entity extraction.
To be precise...
How to Append data to text file in cloud storage using cloud functions.