You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is related to another issue reported to firebase/flutterfire#12363
The issue does not appear when running the same logic on iOS.
[REQUIRED] Step 2: Describe your environment
Android Studio version: 2022.3.1
Firebase Component: Storage
Component version: BoM 32.7.2
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
When uploading a file without any metadata, the metadata are not inferred properly. For instance uploading a jpeg file to the Firebase emulator will give a mime type of "application/octet-stream" instead of "image/jpeg".