Hi!
I'm using parse.com to store some data for my app.
but now here is my problem -i would need two different services -based on the value of an loval var in javascript. (if value ==1 -- update parse.com, if value ==2 -- delete from parse)
how can i use a service with javascript?
i've also tried to directly use parse.com commands -but i don't know where to write point 3 for example. (https://parse.com/apps/quickstart)
thx for the help !!