amazon-archives / amazon-cognito-js

Amazon Cognito Sync Manager for JavaScript
http://aws.amazon.com/cognito
Apache License 2.0
202 stars 83 forks source link

Data Synchronisation not working #60

Open pmbanugo opened 6 years ago

pmbanugo commented 6 years ago

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.

dimitrirostavo commented 6 years ago

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.