TODOs: When inviting, give Admin on the Syncgroup

If you give admin on the syncgroup, then others are allowed to join
at you in the neighborhood.

Note: This is meant for the demo, where two same user devices need to
share a shared list between themselves while disconnected from the
original creator.

We have a filter on the creator's email address. We only show the Share
button and create invitation advertisements for the creator, even though
technically, other admins could do it. (In other words, this change only
affects which devices you can use to join the syncgroup.)

Change-Id: I4a0a50dc6f4ed378bfaca9bee9d134244e6736be
1 file changed
tree: f7796fee608185ea34c70c0fd27d89013a9a9a63
  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!