Skip to content

Instantly share code, notes, and snippets.

@vseventer
Created July 31, 2012 15:27
Show Gist options
  • Select an option

  • Save vseventer/3217821 to your computer and use it in GitHub Desktop.

Select an option

Save vseventer/3217821 to your computer and use it in GitHub Desktop.
Kinvey JavaScript Library: Initialization for offline usage.
Kinvey.init({
appKey: '<your-app-key>',
appSecret: '<your-app-secret>',
sync: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment