Firebase Features

How To Handle Firebase Connection?

Firebase Offline Capabilities -  Firebase connection state is handled by using the check connection and the connection checked by using below example i.e.


var connectRef = firebase.database().ref(".info/connected");

connectRef.on("value", function(result) {
    if (result.val()) {
        console.log(("It is connected.");
    } else {
        console.log(("It is not connected.");
    }
});

Stayed Informed - Firebase Tutorial for Android and IOS

I hope you are enjoying with this post! Please share with you friends. Thank you so much!
ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

How To Handle Firebase Connection? How To Handle Firebase Connection? Reviewed by Anil Singh on 4:24 AM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^