We utilize ACL to lock down access to our data. This is creating a bit of a challenge in the testing phase as the API console doesn't seem to allow setting the user. Even if I include a User objectId inside the 'Run as...', request.user.id is undefined in the Cloud Code.
Is it expected that 'request.user.id' is undefined in this situation?
We utilize ACL to lock down access to our data. This is creating a bit of a challenge in the testing phase as the API console doesn't seem to allow setting the user. Even if I include a User objectId inside the 'Run as...', request.user.id is undefined in the Cloud Code.
Is it expected that 'request.user.id' is undefined in this situation?