Skip to content Skip to sidebar Skip to footer

Firebase Storage Downloads Doesn't Resume On Network Reconnection

The Story I am using Firebase Storage to upload and download files. The upload works almost perfectly and if the device looses internet connection for a few minutes, then the uploa

Solution 1:

You can manage robust downloads using the Android Download manager with the download url (reference.getDownloadUrl()).

See: Android download manager completed

We'll improve this handling in an upcoming release. Also I recommend using the many image download SDKs (like Glide https://github.com/bumptech/glide)

Post a Comment for "Firebase Storage Downloads Doesn't Resume On Network Reconnection"