Upload image to google cloud and save its URL in google firestore

Hi,

I have to design a scenario to perform the following:

  1. Extract data from data source, that has a few columns of data, one being an image URL.

  2. Upload the image to google cloud storage, and return the URL of the image in google.

  3. 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?

1 Like

So you’re basically asking how to use Make. The core functions on Make are in the help docs. There are lots of tutorials. Why not start there?

1 Like