Storage firebase

Can I display images uploaded to firebase Storage without downloading them? I’m thinking of making a system to send photos to friends and friends can view or download as needed. Thank you.

The images will always be downloaded in order to display them, you then just choose whether to save them to your device or not.

You can set the image component to a url, you can use the url to the image in firebase storage. If you have secure rules, then there are a few extra steps required.

1 Like