How can I generate signed URLs for accessing Firebase Storage images?
I am making a web service with sveltekit and firebase. By the way, when users save images on firebase storage and other users try to use these images, I want to create a signed url and show it on the…