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

How To Access Returned Objects From Query So That Images Can Be Displayed?

Parse.com and JavaScript. The code below is returning the correct results, as per the screen shots,… Read more How To Access Returned Objects From Query So That Images Can Be Displayed?

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

How Can I Replace Specific Objects In Parse To Objects Inputted By The User?

I have objects in Parse called 'Post' and within that, I have columns called 'title'… Read more How Can I Replace Specific Objects In Parse To Objects Inputted By The User?

Parse.com Save Slow With Pointers To Files

I have a class called Photo with Parse.Files for different sizes of the photo and a bunch of photo … Read more Parse.com Save Slow With Pointers To Files

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

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

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?

Using Parse And Javascript To Find Friends

In my program, if people follow you back you are friends. I'm trying to get my friends. I use t… Read more Using Parse And Javascript To Find Friends

Javascript/jquery Code Block Is Not Updating Parse.com Class Object Correctly

I would have expected the following parse.com/javascript code block to save the selected 'bades… Read more Javascript/jquery Code Block Is Not Updating Parse.com Class Object Correctly

Parse: Update Object From Cloud Code

I have created a background job to run every minute. The purpose of it is to delete old or outdated… Read more Parse: Update Object From Cloud Code

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)

Parsejs Angular/ionic Retrieving Relational Object In View (values Getting Displayed When Page Is Opened For The Second Time)

I am using a ng-repeat element to display a list of elements. Each element has some Parse.Pointer o… Read more Parsejs Angular/ionic Retrieving Relational Object In View (values Getting Displayed When Page Is Opened For The Second Time)

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)

Save Input Into Parse (javascript)

Currently when the user select a file, it gets directly uploaded into Parse. I have added now coupl… Read more Save Input Into Parse (javascript)

Can Firebase/parse Run Code At A Certain Time Every Day?

Is it possible on Firebase or Parse to set up something kinda like a cron job? Is there a way to s… Read more Can Firebase/parse Run Code At A Certain Time Every Day?

Parse Deploy Of Cloud Code Failing With Message "update Failed With Internal Error"

I've been running Parse cloud code for a few months using CLI version 1.4.1 with no problems. I… Read more Parse Deploy Of Cloud Code Failing With Message "update Failed With Internal Error"

How To Properly Use Parse / Promise?

I am writing some JavaScript codes using Parse.com. To be honest, I have been reading how to use Pr… Read more How To Properly Use Parse / Promise?

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

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

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