TODOs: Fixes related to resharing and collection ids

- Collection ids used to not include the creator's blessing string
  This has been fixed. However, we have had to concatenate the two
  (blessing string and name) in order to pass things around correctly.
  The reason is that "get" takes too long to execute, so it's better
  to just have both components from the start.
- We used to show the Share menu item even though we cannot reshare.
  We no longer do this anymore.

Change-Id: I6d769165c35cfa8f19a38ff2d97668bbea3de270
7 files changed
tree: 0d43b4453a27006a721a91045d8b74134f50ced6
  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!