Firebase storage handling network interruptions when download in progress
问题 I am trying to download some files from the firebase storage. It works well when there is stable internet connection. But if the internet connection is lost while downloading the content halfway, it just keeps trying to download the content. How to detect if there are no content being downloaded? I have implemented the onProgessListener of StorageReference . However, I am not sure how to make use of it to detect if there are no progress in the download. new OnProgressListener<FileDownloadTask