docs
docs copied to clipboard
Parse Platform docs
We need to talk about the recently added feature: ``` const user = await Parse.User.me({ sessionToken }); ```
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
parse-community/parse-server#6351 parse-community/parse-server#6352
__References:__ parse-community/parse-server#6147 __Proposed solution:__ https://docs.parseplatform.org/parse-server/guide/#oauth-and-3rd-party-authentication
__References:__ parse-community/parse-server#6143 __Proposed solution:__ https://docs.parseplatform.org/parse-server/guide/#oauth-and-3rd-party-authentication
__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...
Should go adjacent to CLP's. Example should show how to setup an admin role that can see and edit a user's email.
__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...
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...