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?