Firebase Storage: what is `byteLength`? How to set MIME types of file uploads?
When I upload a .mp3 audio file or a .jpg picture to Firebase Cloud Storage I get this error: TypeError: Cannot read properties of undefined (reading 'byteLength') What is byteLength? I tried uploading a .jpg with raw uploadString. The file…