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:
Comments
Post a Comment