I do not have a clue why I cannot sterilize my user object array server side. I am having issues accessing any properties at all server side no matter what I’ve tried I get either errors or empty results. In my Flutter/Dart code I can access any properties as normal but of course I do not want users to be
Tag: parse-platform
How do i change parse role array on button click with cloud code and Shashido?
I need to change the value of the array from ‘User’ to ‘Admin’ if the function is clicked on and I have to code it in cloud code. but there is a problem the array does not change the following code is working but only the part with nameRoleQuery is not working and that’s the part which I need to
Parse.com relations count
I want to query object from Parse DB through javascript, that has only 1 of some specific relation object. How can this criteria be achieved? So I tried something like this, the equalTo() acts as a “contains” and it’s not what I’m looking for, my code so far, which doesn’t work: Answer It seems Parse do not provide a easy