Firebase – Android Cloud Firestore task's return successfully when there is no internet connection. How?
I'm messing around with Cloud Firestore. I would like to simply get a callback when reading from DB fails, so I can show a dialog to the user about he has no internet connection. Of course, this would need sophisticated…