amazon-archives/amazon-cognito-js

Data Synchronisation not working

pmbanugo opened this issue · 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.

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.