> On Mar 13, 2015, at 6:40 AM, Souhail Marghabi <[email protected]> > wrote: > > In the iOS app I am making, I don't have pre existing accounts, the user > creates a "profile" document and continues navigation in the app.
You can build an application that way, but then you can’t use any of the sync function features that involve users. So for example the requireUser() and access() calls in your sync function won’t work, because there aren’t any user accounts that the Sync Gateway knows about. —Jens -- 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/501F73FB-BD2A-40AC-BB28-63FEB8C42E9A%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
