python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
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
Push notification problems with Back4App and APN Authentication Key
I'm using ParseServer with Back4App for an Android and iOS App. I implemented a Cloud Function on the server to send push notifications through Parse and it works for the Android app without any issue...
kk94
Votes: 0
Answers: 1
Parse-Swift Check multiple columns (Compound / OR statement)
I have a table where I have three columns in my database that can contain a String, I need to check all three and return that row of data if ANY of those columns have what I'm looking for.
For example...
Rlaw
Votes: 0
Answers: 1