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

Cloud Code Function Running Twice

I have written a cloud function that is working well. Sometimes this function is being executed mor… Read more Cloud Code Function Running Twice

Query Inside Parse Cloud For Loop

I have been trying to run my Parse Cloud Code for some time and can not seem to get around this pro… Read more Query Inside Parse Cloud For Loop

Generate Vcard And Send Via Twilio

I am writing a Twilio + Parse app which lets users share their contact info via SMS. I have a sampl… Read more Generate Vcard And Send Via Twilio

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

Show Ratings Of Item In Uitableview Cell

I am currently working on a iOS app that shows 30 menu items in a UITableView and Users can then ra… Read more Show Ratings Of Item In Uitableview Cell

Parse Cloud - Delete Property (pointer)

My data model consist of 3 objects, two of them (the children) are linked to the parent using a poi… Read more Parse Cloud - Delete Property (pointer)

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

Accessing Original Field In Parse.com Cloud Code Beforesave Function

The ultimate goal is to detect changes between an existing Parse object and the incoming update usi… Read more Accessing Original Field In Parse.com Cloud Code Beforesave Function

Only First Object Getting Saved In Javascript For Loop

On parse.com, Im trying to save an object which includes: a message body, the senders name, the s… Read more Only First Object Getting Saved In Javascript For Loop

Requesting Function Response In Another Function

I have those two functions where i call 'http' from 'Count' the 'http' retu… Read more Requesting Function Response In Another Function

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 Logout 401 Unauthorized Using Rest Api

So, I'm trying to delete a Session object at Parse using the logout method calling the REST api… Read more Parse Logout 401 Unauthorized Using Rest Api

Replicating Parse.com Anypic In Javascript - Unable To Compare Fb Users

I'm using parse.com to build the back end of my app. I want the user to be able to find their f… Read more Replicating Parse.com Anypic In Javascript - Unable To Compare Fb Users

Angularjs $location.path Doesn't Work On Parse Promise

My parse/AngularJS application is using Promises. The login function was suppose to redirect the u… Read more Angularjs $location.path Doesn't Work On Parse Promise

Parse Server Atomic Increment Result

In my Parse backend I have an array that contains unique number codes, so users must not be able to… Read more Parse Server Atomic Increment Result

Why Is Incorrect Data Being Returned From Query Runs?

Using Parse.com and JavaScript SDK. http://www.kudosoo.com/friendslist.html Using the code here htt… Read more Why Is Incorrect Data Being Returned From Query Runs?

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?

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

Parse Cloud Code Job Function Optimization

I have a job on cloud code that I am running. It seems to work when I manually run the job. I think… Read more Parse Cloud Code Job Function Optimization

How To Chain Functions In Parse Cloudcode?

I've done a parse job that checks every 'X' time if 'emailSent' is false, for e… Read more How To Chain Functions In Parse Cloudcode?