I would like to force a download of an image stored in Firebase Storage, but the download
attribute in HTML anchors does not support cross-domain and I can't change the content-type to application/octet-stream
because it's used to generate a thumbnail.
How can it be done ?