0

Is there a way in which we can reduce the size of multiple images before uploading them to the firebase storage. Basically, reducing the size of images stored in an array before uploading them.

  • Have you checked this? [How to reduce the size of image before uploading it to firebase storage?](https://stackoverflow.com/questions/41611294/how-to-reduce-the-size-of-image-before-uploading-it-to-firebase-storage) – Dharmaraj Feb 20 '22 at 16:16
  • Yes, but it for a single image. I have a string array of images that takes the path of the images. So its like on button click, all of them are uploaded one by one. – Stuti Jain Feb 20 '22 at 16:29
  • Have you tried Dharmaraj's solution for each image in the array? – Alex Mamo Feb 21 '22 at 09:10
  • Yes I did, but baos didn't work for me..it gave an error. – Stuti Jain Mar 14 '22 at 10:22

0 Answers0