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

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 Can I Update Current Object In Parse.com With Javascript?

I want to update object i already have in parse.com with javascript; what i did is i retirevied the… Read more How Can I Update Current Object In Parse.com 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

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 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

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