I have reactjs app and some images to show. Now I try to optimise my images. So I tried to resize and change the image to Webp format using firebase’s Resize Image extension. So I got the images with name, example test_album_40x40.webp, test_album_300x300.webp. My question is that how can I get that url. When I upload image.jpeg, I got the following url return from firestore.
test_album.jpeg (original url that return from firestore when it is upload and store it in db)
test_album_40x40.webp
test_album_300x300.webp