docs icon indicating copy to clipboard operation
docs copied to clipboard

Parse Platform docs

Results 82 docs issues
Sort by recently updated
recently updated
newest added

We need to talk about the recently added feature: ``` const user = await Parse.User.me({ sessionToken }); ```

type:docs

Where is the form of CLP pointer permissions demonstrated? I think it should be demonstrated with sample code here: https://docs.parseplatform.org/parse-server/guide/#class-level-permissions and here: https://docs.parseplatform.org/rest/guide/#pointer-permissions

type:docs

parse-community/parse-server#6351 parse-community/parse-server#6352

docs:server

__References:__ parse-community/parse-server#6147 __Proposed solution:__ https://docs.parseplatform.org/parse-server/guide/#oauth-and-3rd-party-authentication

type:docs

__References:__ parse-community/parse-server#6143 __Proposed solution:__ https://docs.parseplatform.org/parse-server/guide/#oauth-and-3rd-party-authentication

type:docs

__Link to section:__ https://docs.parseplatform.org/js/guide/#using-channels __What is the issue?__ The code snippets & explanation don't mention that the `masterKey` is required to send push notifications. __Can you propose a solution?__ Adding...

docs:sdk-js

Should go adjacent to CLP's. Example should show how to setup an admin role that can see and edit a user's email.

docs:server
type:docs

__Link to section:__ https://docs.parseplatform.org/android/guide/#push-notifications __What is the issue?__ The push notification is significantly outdated - in particular in relation to the removal of the option for client push on Parse...

docs:sdk-android

The [iOS Parse UI docs](https://docs.parseplatform.org/ios/guide/#user-interface) are in need of updates. Generally consisting of simple syntax changes and fixes. I have got the ball rolling: - Merged #595 which addresses changes...

docs:sdk-ios