I am using Parse LocalStore for storing the objects locally.
I am pinning all the objects in the local store and fetching from local store.
The problem i have is , when the data changes in parse it is not getting reflected in my app, because i am fetching all the queries from local store.
How can i approach this problem. Is there any way we can set expiry time for pinned objects in local store so that when the time is expired the data is unpinned from local store and gets new data from parse.