I am using the Firebase iOS SDK and I am downloading images to memory with the "dataWithMaxSize" method. Downloading works well when the network connectivity is good, but if there is no network connectivity, then the download task will continue indefinitely without calling the error callback. It looks like the same problem was spotted in this SO post where the Firebase Android SDK is being used. If someone could provide some assistance with this issue I would greatly appreciate it.
Thanks