You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
We have lots of passing test cases that cover these features. Can you post some code that reliably reproduces your issue? Ideally as a test case we can add to our test suite.
Steps to reproduce:
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?
The text was updated successfully, but these errors were encountered: