Slide 18
Slide 18 text
CloudDB Blocks
Used to store a value to the
db with a unique tag,
available across multiple
app runs, until the value is
deleted.
Used to get a value based
on Tag, or a default one,
Does not return a value
instantaneously, hence
GotValue triggers when
retrieved. When data changed in
cloud DB, all users of the
app are notified , so you
can handle the change
accordingly.