docs
docs copied to clipboard
Parse Platform docs
### Issue The Parse docs are structured in a way that results in duplicate information as every client SDK documentation has mostly the same content. - This makes it difficult...
__Link to section:__ https://docs.parseplatform.org/js/guide/#queries-on-string-values __What is the issue?__ Should contain instruction for a text search across multiple fields, see https://github.com/parse-community/parse-server/issues/6781#issuecomment-656168930. __Can you propose a solution?__ Add description from https://github.com/parse-community/parse-server/issues/6781#issuecomment-656168930.
According to the guide, > To make sure the data was saved, you can look at the Data Browser in your app on Parse. You should see something like this:...
There is a section regarding how to do Subclassing, it appears to have missing code example. [https://docs.parseplatform.org/ios/guide/#subclasses](https://docs.parseplatform.org/ios/guide/#subclasses) > PFObject supports dynamic synthesizers just like NSManagedObject. Declare a property as you...
__What is the issue?__ Some of the client SDK guides have no information on calling cloud functions. Even a section with a quick mention and a code sample could help...
node 8 was eol [12/19](https://nodejs.org/en/about/releases/) http://docs.parseplatform.org/parse-server/guide/ may be other places?
Hello, mLab no longer exists, so this tutorial needs to be updated: https://github.com/parse-community/docs/blob/gh-pages/_includes/parse-server/deploying-glitch-mlab.md And about the bug, when remixing the Parse Glitch project, you can't use a MongoDB URI Connection...
I was reading the parse cloud code docs on [this](https://docs.parseplatform.org/cloudcode/guide/#some-considerations-to-be-aware-of) part and saw : ```The user is not available on the request object - the user has not yet been...
__What is the issue?__ The iOS guide does not seem to have a section about cloud functions - would be nice to have a mention in case people aren't aware...
__Link to section:__ https://docs.parseplatform.org/js/guide/#sending-pushes __What is the issue?__ I am pretty sure [these settings](https://docs.parseplatform.org/assets/images/client_push_settings.png) haven't been available since parse was its own service. __Can you propose a solution?__ Remove the...