I know it is possible to post an image that has been uploaded to local storage to an external API, however I have an app where I first want to allow a user to upload a bunch of images to firebase, then decide later on which ones to post to an external API.
Is it possible to run a query over Firebase storage (where there is a collection in which the imagepath plus some metadata that needs to be in the POST request body as well) get the image, and post it to an external API including some metadata?