You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be able to cache series data ranges in the simple datasource, adjusting as each point is added so don't need to constantly iterate over all data points.
Also, DataSnapshot deltas? Copying over all data on each tick is clearly not necessary in general.