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

Add the DataStore to options of the CognitoSyncManager. #24

Closed pchuri closed 8 years ago

pchuri commented 8 years ago

I want to use a customized Datastore for CognitoSync (like code below).

var cognitoSyncManager = new AWS.CognitoSyncManager({DataStore: ObscuredLocalStorage});

Please review this pull request. Thank you.

mdravida19 commented 8 years ago

Hi, can you confirm that we can use, modify, copy, and redistribute this PR? Thanks!

pchuri commented 8 years ago

@mdravida19 Of course! I can.