Data polling - Parse

I have just watched your videos on Parse integration and polling data from the database. This is probably my biggest concern as I want to avoid polling same data over and over in a timeout loop. Do you plan on implementing/integrating a solution that would only get the additional data instead of getting all JSON objects everytime and looping over them on client ? Really resource heavy, and other frameworks offer that.

You can already do this with Parse. Just send a query, instead of fetching all objects.