I thought the whole time when I used the following all data for chat conversation will be available offline at any time. Which somehow isn\'t and all nodes are loaded from t
setPersistanceEnabled(true) It will store the data for offline use.
keepsynced(true) by default, Firebase keeps 10mb data in cache,if it grows further it will replace by new data.To avoid the same and keep the whole data keepsynced(true) will help You.