Skip to content

Commit

Permalink
Merge pull request #355 from ParsePlatform/drew-gross-patch-1
Browse files Browse the repository at this point in the history
Update unsupported cloud code functions in readme.
  • Loading branch information
drew-gross committed Feb 11, 2016
2 parents 2dd3d9a + ac62b23 commit 6db40f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,4 @@ You can also set up an app on Parse, providing the connection string for your mo
### Not supported

* Push - We did not rebuild a new push delivery system for parse-server, but we are open to working on one together with the community.
* `Parse.User.current()` or `Parse.Cloud.useMasterKey()` in cloud code. Instead of `Parse.User.current()` use `request.user` and instead of `Parse.Cloud.useMasterKey()` pass `useMasterKey: true` to each query. To make queries and writes as a specific user within Cloud Code, you need the user's session token, which is available in `request.user.getSessionToken()`.

0 comments on commit 6db40f0

Please sign in to comment.