Top "Parse-cloud-code" questions

This code runs in the Parse Cloud rather than running on a mobile device.

How to pass extra data down a Parse Promise chain

In my Parse Cloude code I need to run a few successive queries, each of them using a "find()". Example: …

javascript parse-platform promise parse-cloud-code
Parse Cloud Code retrieving a user with objectId

I am trying to get the user object from objectId. I know the objectId is valid. But I can get …

parse-platform parse-cloud-code
Delete specific object from Parse.com

In my cloud code I want to retrieve the first object in the "Messages" class. Then i want to grab …

javascript parse-platform parse-cloud-code
Query on pointer in parse.com Objects in Javascript

I have a Class of Company which has User pointers. The query I want on Company class is like this: …

javascript parse-platform parse-cloud-code