Questions tagged [parse-server]

Parse Server is an open source version of the Parse backend that can be deployed to any infrastructure that can run Node.js.

Parse Server is an open source version of the Parse backend that can be deployed to any infrastructure that can run Node.js. Parse Server let you build applications faster.

You can find the documentation for this project on docs.parseplatform.org

It works with the Express web application framework. It can be added to existing web applications, or run by itself.

1854 questions
0
votes
1 answer

Migrating Files from Parse.com to our hosted parse server [image]

I have migrated files from Parse.com to my hosted parse server using "https://github.com/parse-server-modules/parse-files-utils" tool by applying "Option-2". Now My problem is when I click on the image in my hosted parse server dashboard, it will…
jatin
  • 1
  • 2
0
votes
1 answer

How do you combine ParseQuery::orQueries with matchesQuery using the php parse-server sdk

I'm moving away from the REST API in my PHP code and converting to the php sdk for parse. I am having trouble converting this REST API query to the proper syntax for the parse php-sdk and could use a few pointers. This is the working REST API…
OTG
  • 51
  • 4
0
votes
1 answer

Parse Server Access PFUser in BeforeSave Trigger

I need to check a property of my PFUser's in beforeSave triggers for each of my classes to determine if that user should be allowed to edit the piece of data they are attempting to edit. For example, if a non-admin PFUser is attempting to edit or…
0
votes
1 answer

How do I save Parse.User data as pointer of arrays

Hi I'm using Parse Javascript API. I was trying to save user objects as pointer of user array. But result is [{"__type":"Pointer","className":"_User","objectId":"a85SoYwEiE"}] Could you advising me? Here's my code if (mentions.length > 0) { …
Shawn Baek
  • 1,928
  • 3
  • 20
  • 34
0
votes
1 answer

How do I retrieve the URL of a file hosted on Parse-Server through Javascript?

My code so far: