Hello there,
I need to download some data from the Firebase DB I'm using.
Then I would like it to convert it to JSON and use it as a file in an API call I'm making.
I query the DB and fetch the data but I don't know how to use the action output (it's probably a list, isn't it?) as input in API call.
Can you point me towards some solutionds/documentation?
Retrieve data from DB, convert it to JSON for API
2