commit | 978592efe2f3014b555213bd5ceaebb4bb546c53 | [log] [tgz] |
---|---|---|
author | Asim Shankar <ashankar@google.com> | Thu May 05 18:59:45 2016 -0700 |
committer | Asim Shankar <ashankar@google.com> | Thu May 05 18:59:45 2016 -0700 |
tree | 5154350eb1318f8c2f969b0b69b7e3bb6634a17e | |
parent | affe3d9987573a0c439047d087c98c51463094df [diff] |
TBR: Use release 2.1.2 Expected changes: - v23 debugging doesn't start its own network server, uses the same one as syncbase, making syncbase debugging/exploration easier Ref: https://vanadium-review.googlesource.com/#/c/22139/ - Temporary workaround for large advertisements (Ad compression will follow in a separate change) Ref: https://vanadium-review.googlesource.com/#/c/22179/ Change-Id: I915a2299cbcb313eb9b06979cc2ba4c4fe7c98b6
This is a TODOs application for Android which uses either Firebase or Syncbase as a persistence layer.
To switch between Firebase and Syncbase use: Build -> Select Build Variant
and choose between the various options (e.g., firebaseDebug
, syncbaseDebug
etc.)
The firebase app is at https://vivid-heat-7354.firebaseio.com/. Ross Wang and Alex Fandrianto manage the administration of the database.
WARNING: There is no authentication required in this demo, and the TODO list is global, accessible to all. In a real TODOs app this would not be the case of course. In the mean time, don't put anything sensitive there!