javascript - Update all user objects in parse -


i have added column in user class holds users score in game, ios app. have javascript runs seperate app changes users scores based on other variables. can access user class via query , variables if try

user.save(); 

if not work. there different save method need use save new user details. cannot done based off current user javascript changes every user in user class.

thanks,

you don't have access user object without being signed in, need other user objects own, should separate out class.

you can circumvent using master key, though. check post:

https://parse.com/questions/bypass-acl-on-cloud-code


Comments

Popular posts from this blog

php - Magento - Deleted Base url key -

javascript - Tooltipster plugin not firing jquery function when button or any click even occur -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -