I use firebase and discovered and released that firebase does not send an error for a timeout or if it fails to connect to the server. In this case, we cannot provide the correct information to the user about what the problem is.
Firebase developers must handle this very common use case. Has anyone encountered this problem?
.addListenerForSingleValueEvent(new ValueEventListener() { @Override public void onDataChange(DataSnapshot data) { } @Override public void onCancelled(FirebaseError arg0) { }
.info/connected . Firebase , onCancelled , , .
.info/connected
Firebase - . ( ?). , ( - iOS) , , , . .