> On Mar 13, 2015, at 12:30 PM, Souhail Marghabi <[email protected]> > wrote: > > 1- i need to do a curl put request to add an indefinite number of accounts( i > dont know how many users will download. And launch the app).
You create the user accounts in response to requests from the client apps, the same way you would if you were writing a web-based service. (First time a user launches the app, they get prompted to login or register a new account. If they register, the app sends the info to your server-side code, which talks to SG to create a user account.) Alternatively you can use Facebook or Persona to log in, in which case accounts get created on SG for each user the first time they authenticate. —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/4CBC8D5B-E9B8-4921-9A3A-E1EFEF49CB07%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
