Hello everyone, In my app, I set up an action to save a photo locally before uploading it to Firebase Storage. From what I've seen, it's not possible to put two upload media together, so I started researching how to upload the photo through an API. The problem is that I've made numerous attempts and haven't been able to configure this API properly. I followed the instruction to use Body-Multipart, and currently, I'm using the following endpoint:
https://storage.googleapis.com/upload/storage/v1/b/{My-Bucket}/o
I need help with this configuration.