Skip to content

Instantly share code, notes, and snippets.

@darrellpratt
Created May 25, 2016 17:11
Show Gist options
  • Save darrellpratt/3305eb0d249cca06bc2f4d959751e9d1 to your computer and use it in GitHub Desktop.
Save darrellpratt/3305eb0d249cca06bc2f4d959751e9d1 to your computer and use it in GitHub Desktop.
Parse.User.logIn("user", "pass").then(function(user) {
return query.find();
}).then(function(results) {
return results[0].save({ key: value });
}).then(function(result) {
// the object was saved.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment