This is the Todo class to which our demo app subscribes using Parse Live Query.
| objectId | title | isClosed |
|---|---|---|
XEbAoalthk | Learn Parse | True |
DO6hiOriQB | Learn Live Query | False |
This is the Todo class to which our demo app subscribes using Parse Live Query. It has two columns:
title column;isClosed column, which stores if the todo object is either closed or not.