Skip to content Skip to sidebar Skip to footer
Showing posts with the label Parse Platform

Parse Cloud Code New Sdk Include Subclass Not Working

I was using an old parse SDK version 1.5.0 and my function was returning with all the includes. Now… Read more Parse Cloud Code New Sdk Include Subclass Not Working

Parse: Remove User And Its Related Records

I have Parse table with entities. User - default class Commets - class with pointer to _User entity… Read more Parse: Remove User And Its Related Records

How To Send Push Notifications With Parse.com Cloudcode

I want to send a Push Notification with Cloudcode on Parse.com. The push notification should be se… Read more How To Send Push Notifications With Parse.com Cloudcode

Parse Javascript Api Cloud Code Aftersave With Access To Beforesave Values

I'm using Parse Cloud Code to do before/afterSave processing. I'd check the beforeSave valu… Read more Parse Javascript Api Cloud Code Aftersave With Access To Beforesave Values

Anonymous Users With Parse Sdk

I'm aware that Parse.com does not support Anonymous Users for the Javascript SDK which is what … Read more Anonymous Users With Parse Sdk

How Can I Make Parse.query.and?

I need to connect 2 queries in Parse.com with an and, my code is: var queryDeseo1 = new Parse.Q… Read more How Can I Make Parse.query.and?

Promises In Series Are Not Getting Executed In Sequence

I have written the code based on the Parse example provided in Parse.com to execute the promises in… Read more Promises In Series Are Not Getting Executed In Sequence

Simple Way To Get Multiple Related Objects In Parse.com With Javascript?

I have a Player class. Players can have x number of Trophies. I have the Player objectId and need t… Read more Simple Way To Get Multiple Related Objects In Parse.com With Javascript?

Display Json Response From Parse.com Using Handlebars

I would like to pass a json response to handlebars. I have looked at the parse documentation and st… Read more Display Json Response From Parse.com Using Handlebars

Delete All Old Objects In Parse.com

I wanted to clear all objects which a more than one day old....so I used the below given cloud code… Read more Delete All Old Objects In Parse.com

Issue With Parse.com User Signup Not Working

Using parse.com and javaScript SDK 1.6.7. The below code is used to register new users on my site, … Read more Issue With Parse.com User Signup Not Working

Parse.com Create Stripe Card Token In Cloud Code (main.js)

I am looking to create stripe token in parse cloud code.. I dont want to create token in client sid… Read more Parse.com Create Stripe Card Token In Cloud Code (main.js)

Parse.com - How I Can Create Query Equal Createdat By Date Only With Javascript

I want to find data by 'createdAt' field but i need to search with date only (without time)… Read more Parse.com - How I Can Create Query Equal Createdat By Date Only With Javascript

Parse .then Method And Chaining | Syntax Eludes Me

Dear stackoverflow community, I am using application craft as a JS cloud IDE and integrating Parse&… Read more Parse .then Method And Chaining | Syntax Eludes Me

Send Data To Parse Once The "submit" Button Has Been Clicked

I'd like to use JavaScript/jQuery Mobile to capture a date inputted by the user, and then once … Read more Send Data To Parse Once The "submit" Button Has Been Clicked

How Do You Push 10,000 Results Into An Array Before Moving On In Parse.com

I have a Parse.com query and a function where I want to send the data from the Parse.com query. I n… Read more How Do You Push 10,000 Results Into An Array Before Moving On In Parse.com

Parse .then Method And Chaining | Syntax Eludes Me

Dear stackoverflow community, I am using application craft as a JS cloud IDE and integrating Parse&… Read more Parse .then Method And Chaining | Syntax Eludes Me

How To Use Parse.Object FromJSON?

I checked the docs: http://parse.com/docs/js/api/classes/Parse.Object.html#methods_fromJSON And I d… Read more How To Use Parse.Object FromJSON?

Parse: Remove User And Its Related Records

I have Parse table with entities. User - default class Commets - class with pointer to _User entity… Read more Parse: Remove User And Its Related Records