Hi I have a node contain array of 1000 nodes. [ex 60KB]
rootRef.on('value', function (snapshot){
//callback every changes props , full list obj
});
My question is
if some node in list change value,
the client download data on changes(DELTA) [1KB] or full download full node [60KB]?