Is there a strategy that would work within the current Firebase offering to detect if the server connection is lost and/or regained?
I\'m considering some offline co
firebase for web
firebase.database().ref(".info/connected").on("value",(snap)=> {});