I have an app I'm developing where I'd like each user to sync their data across devices as well as on the web. The data is unique to them and I'd prefer to not necessarily mix different users' data in one database. My initial thought was each user get's their own database and use sync gateway to sync them (that seems to have been the prescribed couchdb way though this isn't necessarily couchdb) but I'm wondering if this is the best architectural way to do it. On another forum someone mentioned using channels but that seems to come with it's own limitations (e.g. I'd have to figure out how to make the ids unique to a user so that they can co-exist in one bucket).
-- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/f789b7f3-8273-4d24-978c-419a834e134f%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
