Firebase – How to download files from google cloud storage to user pc (React)
I have files on google cloud storage and i want to add a button so that users can download those files to their pc. I tried the usual: <a href="imageUrlHere" download="testImage">Download</a> But it only opens the image file in the…