amazon-cognito-js icon indicating copy to clipboard operation
amazon-cognito-js copied to clipboard

Data Synchronisation not working

Open pmbanugo opened this issue 6 years ago • 1 comments

When I call synchronise(), it syncs data but it shows 0 records synced even if there are new records. Only when I call getAllRecords after that do I get to see new records.

Also, I'd like if I can listen on sync event and sync happens automatically using some some of push/pull mechanism.

pmbanugo avatar Feb 17 '18 15:02 pmbanugo

I am seeing the same problem. Calling listUpdates on remote object in dataset seems to work but it doesn't seem like its the right thing.

dimitrirostavo avatar Feb 20 '18 06:02 dimitrirostavo