I am getting my file from firebase server by
getBlob(ref(this.str, `xxx.xx`)); // returns Promise<Blob>
but just calling it directly, it will get downloaded as an internal file
I am getting my file from firebase server by
getBlob(ref(this.str, `xxx.xx`)); // returns Promise<Blob>
but just calling it directly, it will get downloaded as an internal file