/v1/token?key=AIzaSyBE4u5DIXDUwH1bY9tcCRrGgVKAeVNx2PMwas not found on this serverHello Tene,
Firebase will continue to try and reconnect if the connection is lost. It’s not likely to fail with a connection error of any sort as being offline for a while on a mobile device is perfectly acceptable.
You can learn more about connectivity to the Database by turning on debug logging:
JS: firebase.database().enableLogging(true);
iOS: [FIRDatabase setLoggingEnabled:YES];
Android: FirebaseDatabase.getInstance().setLogLevel(Logger.Level.DEBUG);
And by monitoring the .info/connected path as described in offline capabilities.
☼, Kato
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/157e7f7f-6d97-451e-8f04-d314cfd8190d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.