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

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -