With Parse.com: How do i execute something like mongo's $pull? -


currently have array object, when want update array worried array getting out of sync. ideas how solve this? $pull in mongo don't want race conditions parse?

you within javascript,

https://parse.com/docs/js/symbols/parse.op.remove.html 

or within android:

parseobject.addunique & parseobject.removeall


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -