Does anybody know how to use Firebase cloud functions to export part of your firebase data as a CSV file? I would like to do some reporting, when the user presses a button in the app they are able to download a CSV copy of the data associated with their account?
I’m brand new to Thunkable and I came across this question, while searching for something similar.
In reviewing the question, we can use Thunkable WebAPI to call a Firebase Cloud Function endpoint, then have that function do our backend work, and return the results as a JSON object (rather than CSV). I would think that would help.
Please correct if I’m misunderstanding the question.