Skip to content

Commit 6db40f0

Browse files
committed
Merge pull request #355 from ParsePlatform/drew-gross-patch-1
Update unsupported cloud code functions in readme.
2 parents 2dd3d9a + ac62b23 commit 6db40f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,4 @@ You can also set up an app on Parse, providing the connection string for your mo
134134
### Not supported
135135

136136
* 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.
137+
* `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 commit comments

Comments
 (0)