Firstly I want to say, I really liked Stackmob.
But I've got some little problems because I'm a newbie on stackmob.
- I'm developing on Android sdk
- I have created a schema called "level" and it has 2 unique indexes (facebook_id and level_no)
My question is how to insert, update and delete (crud) the rows by facebook_id and level_no.
(ps: I can update a schema if it has 1 unique index but when index counts are greater than 1, I dont know how to do it.)