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

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?

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 To Update A User Object In Parse.com Not Create A New Record Object?

Using Parse.com and JavaScript SDK. The below code saves the data as a new user object in parse. Bu… Read more How To Update A User Object In Parse.com Not Create A New Record Object?

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

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 Query On Child Object Key Within An Array Of Objects Column

A Parse class has a column labeled BoxData and is an Array type. Each value for that BoxData colum… Read more Parse.com Query On Child Object Key Within An Array Of Objects Column

Saving Javascript Object That Has An Array Of Parse.files Causes "converting Circular Structure To Json" Error

I'm running into a problem where parse.com doesn't like it when I try to upload an array of… Read more Saving Javascript Object That Has An Array Of Parse.files Causes "converting Circular Structure To Json" Error

Define Mutual Relation Between Two User With Parse Javascript

I would like to set a simple relation between the current user and another user (userB). I can crea… Read more Define Mutual Relation Between Two User With Parse Javascript

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?

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

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

Generating And Saving A List Of Parseobjects Within A Parse.cloud.httprequest In A Cloud Function

So, I'm defining a cloud function that's supposed to make a call to the foursquare api and … Read more Generating And Saving A List Of Parseobjects Within A Parse.cloud.httprequest In A Cloud Function

How Can I Change The Priority For Calls In My Parse Server In Javascript?

I'm building a webfrontend and the user should be able to select some pictures and delete all o… Read more How Can I Change The Priority For Calls In My Parse Server In Javascript?

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

Parse Cloud Code Request.object.get(key) Return Always Undefined

i'm trying to make a simple check before saving an object on Parse. I'm using the 'befo… Read more Parse Cloud Code Request.object.get(key) Return Always Undefined

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 Push Notification Not Firing On Time

In my application the user creates an alarm which uploads an object to parse as well as schedules a… Read more Parse Push Notification Not Firing On Time

Parse Cloud Update Unique Column

I have used this code to save the data using Parse Cloud, I have a unique column 'number_plate&… Read more Parse Cloud Update Unique Column

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

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