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
Login by Facebook (with totally new user, never logged in before)
I have afterSave hook on _User to create statistic for user
Then for the current session, all request to cloud function on parse server will have request.user contain only basic information of _User, which missing statistic field the afterSave hook created.
The only way to make request.user updated is to log out and log in again.
This doesn't happen on Parse.com API.