python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to get all columns from a Parse platform class
I am trying to get all columns from a class in a Parse platform using cloud code that returns a list/array of all the names of the columns.
I am looking at the schema section of the documentation, but...

Guillem Poy
Votes: 0
Answers: 1
Parse Andorid SDK: remove label from a local pin
I'm using Parse SDK's localDataStore to implement offline-capable Android app.
When users create new objects, they're pinned locally with a special label. When it's time to sync offline changes to the...

Vasiliy
Votes: 0
Answers: 1
Create user without populating session token
My question is very simple. Is it possible to create a user object without Parse-Server automatically creating a session token?
I have tried this code.
const myNewObject = new Parse.Object('_User');
m...
Tanzim Chowdhury
Votes: 0
Answers: 0
How to clone Mongo DB schema from URI (clone only schema, no data)
TL;DR: a nutshell: I want to copy all classes with their columns (column names and type), but without data, from a URI
uri example: mongodb://[username:password@]host1[:port1][,...hostN[:portN]][/[def...
Wladimir
Votes: 0
Answers: 1