Hi,
I have to design a scenario to perform the following:
-
Extract data from data source, that has a few columns of data, one being an image URL.
-
Upload the image to google cloud storage, and return the URL of the image in google.
-
With the Date from step 1 and the Image URL from step 2, create a new document in Google Firestore.
I am clear and understand the modules I need for the three steps, but unclear on the flow controls and flow to link that together, anyone done anything similar who can give advice?