Firebase Engineer is here, can you enable logging and post the result? You can enable logging by doing the following:
Firebase.getDefaultConfig().setLogLevel(Logger.Level.DEBUG);
Alternatively, you can add an observer for
dataRef.child(".info/connected");
And register the events you receive from him? This will tell you when you are connected or disconnected from Firebase.
Edit: This was allowed by email. This was a bug in the client library, which is now resolved. You can download the latest version from the website: https://www.firebase.com/docs/downloads.html
Greg soltis
source share