Android Question Firebase Storage Uploading and Downloading Problem on Android 11

metzeller_2013

Member
Licensed User
Longtime User
Good day, anyone here having problems on uploading and downloading to firebase via Firebase Storage Library on android 11 devices?
I'm not getting any errors but it seems to stop responding and not completing any upload or download of files. It Just hangs on the process of download or upload.
The app is working properly on Android 9 devices and below until now that we purchased new android 11 devices where the firebasestorage part of the app is not working...
Any Ideas please....
This is what the app do before uploading the file (a zip file)
1. log to firebase via email
2. compress the files to zip
3. then upload to firebase
 
Last edited:
Top