I want to get a URL like this: https://i.imgur.com/jgkiXHE.jpeg
and this is the firebase link I get: https://firebasestorage.googleapis.com/v0/b/zendle.appspot.com/o/zeThumbs%2FjgkiXHE.jpeg?alt=media
I want to use the link to check for mature content using this website: https://moderatecontent.com/
is there any way I can get the preview of the firebase storage images (by getting rid of ?alt=media)
thanks