I have an API call that generates recipes including image URL's. I want the user to be able to save the recipe into a cookbook that includes the image. I am able to complete this task but after a day the access is denied to the image URL from the API and will not show up without retriggering another API call. Is there a way to upload the image in Firebase and then generate a new URL to link images?
Thanks in advance!