Hi, i’m new to Couchbase and i love!
Now i have few questions about the setup in my use case.
Facts:
- We develop iOS/Android app that needs Offline Sync
- We develop a Webversion of the App that get the data from a REST API
- We develop a Admin Software to manage all things in our system
Solutions:
- For the Mobile Apps we use Couchbase Lite and Sync Gateway
- For the Webversions we have two Ideas 1. We develop a REST API with NodeJS and ExpressJS 2. We call the sync_gateway REST API
Questions:
Is our ideas good or is there a problem?
Can we use the built in Usermanagment from Couchbase to Autheticate the users for our system?
thanks for help!