I have uploaded around 10k high-resolution images on Firebase Storage Bucket. As of now due high bandwidth I need to scale down those images from the bucket without deleting the original image.
Firebase image resizes extensions function solves this problem but only for those images which have been uploaded newly It will not work for the images which have been already uploaded.
So, Is there any way to do this. I am aware that we use cloud functions to resize the images but I am not sure how will I achieve this, cause there is no trigger for the cloud functions to work.