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

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

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

Saving Objects In Query With Parse.com Limited To First Rows?

My problem is suppossed to be very common. I have a bunch of users and want to update their ranking… Read more Saving Objects In Query With Parse.com Limited To First Rows?

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?

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

Parse Query Not Restricting Results To Current User

Using parse.com and the JS SDK. Why wouldn't this query restrict the results to the current use… Read more Parse Query Not Restricting Results To Current User

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