I have images, videos, audio, and other types in my firebase storage and I want users to be able to click on a download button and download the file to their computer.
I have looked through firebase docs and cannot seem to find a way to do this.
I have tried changing attribute to "download" but all it does is go to the URL given by firebase storage.
Is this even possible with firebase storage to allow users to download a file to their computer?