TODOs: Pass Permissions and rename db

Two changes related to Ivan's CLs for enforcing blessings on creation
- db now uses the app blessing portion only
  It doesn't use v.io:a:xyz (or whatever that is)
- Every thing we create (server, database, collection, syncgroup)
  now pass permissions. Notably, they only pass permissions with the
  correct set of tags. It is an error to specify more than the ones
  I give.

Effects: Current users will appear to lose all their data, even though
it is still there. The reason is that we are now accessing a completely
different database. New users should be unaffected by people who are
"behind" in the app.

Change-Id: Ieb34bca45a7254cc16da7ef7be0f5e458d846ea7
2 files changed
tree: 4f39ebd50a8a61fa6051dfcc86115c6d6664dd82
  1. app/
  2. gradle/
  3. .gitignore
  4. .jshintignore
  5. .jshintrc
  6. AUTHORS
  7. build.gradle
  8. CONTRIBUTING.md
  9. CONTRIBUTORS
  10. gradle.properties
  11. gradlew
  12. gradlew.bat
  13. LICENSE
  14. PATENTS
  15. README.md
  16. settings.gradle
  17. VERSION
README.md

TODOs demo: Syncbase and Firebase

This is a TODOs application for Android which uses either Firebase or Syncbase as a persistence layer.

Building & running

Switching between persistence layers

To switch between Firebase and Syncbase use: Build -> Select Build Variant and choose between the various options (e.g., firebaseDebug, syncbaseDebug etc.)

Firebase

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!