Closed
Description
Steps to reproduce:
- Lets say that we have column in User called "Enable"
- setup Enable=false
- call cloudCode function from JS SDK -> change enable to Enable=True
- call same cloudCode function (or any other) from JS SDK -> check request.user.Enable
- you will get Enable=false instead of Enable=True
My question is: when a user call any CloudFunction from and SDK do the parse lib become the user each time and query for the latest values, meaning, can we say with confident that request.user is always up-to-date or should I become the user with session token on each call?
Metadata
Metadata
Assignees
Labels
No labels