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
The problem is that when a document is updated to be {complete:true}, it is still displayed by the app. Im not sure how to get the app to respond to the changes in the instance of GroundedDB. As a side note, as soon as the connection is resumed the Collection is updated and the documents now marked as {complete:true} disappear as expected.
Any help would be greatly appreciated :)
The text was updated successfully, but these errors were encountered:
So I have groundDB running so that my app will work offline. It is set up like the following:
And that collection contains the following Schema (simplified for explanation):
My app shows only documents that are marked {complete:false}:
and there is a button to mark documents as {complete:true} via a method which is also cached:
The problem is that when a document is updated to be {complete:true}, it is still displayed by the app. Im not sure how to get the app to respond to the changes in the instance of GroundedDB. As a side note, as soon as the connection is resumed the Collection is updated and the documents now marked as {complete:true} disappear as expected.
Any help would be greatly appreciated :)
The text was updated successfully, but these errors were encountered: