It looks like you haven't initilized this page yet.
Make sure you initialize StackMob in this file (more-examples/index.html) before using it!
number
= 15number
!= 15number
< 5number
<= 5number
>= 20number
number
number
is 1, 5, or 10number
in ascending ordernumber
in descending ordernumber
)number
<= 5 and order by number
ascendingYou need to have a Schema named "attraction" with a geopoint called "location". Create one at http://www.stackmob.com/platform/
{ 'name': STRING, 'location': GEOPOINT }
This assumes you have a user
schema that has a messages
field.
The messages
field is an array of message
objects. The message
object
has a String field called content
.
e.g.,
//User { 'username': 'Bruce Wayne', 'password': '...', 'messages': ['a','b','c'] } //Message { 'message_id': 'a', 'content': 'hello world' }
messages
array in one callmessages
arrayFile to Encode: |