Cannot extract metadata from mp3 file
I got a problem when I build an music player app. In my app, user can upload file mp3 and play it. I use firebase storage to store mp3 file and in android code I use ExoPlayer to play mp3 file. The problem is when user upload file to firebase storage, its metadata about image is disappear. How can I fix this problem?