Results for: sync function

FakeIt Series 5 of 5: Rapid Mobile Development with Sync-Gateway
How we can leverage FakeIt + Couchbase Server + Sync Gateway to get our local environment up and running for mobile development. We will be doing this by using Docker and docker-compose.

Data Synchronization Across iOS Devices Using Couchbase Mobile
This post looks at how you get started with data replication/synchronization across iOS devices using Couchbase Mobile. The Couchbase Mobile Stack comprises of Couchbase Server, Sync Gateway and Couchbase Lite embedded NoSQL Database. In an earlier post, we discussed how...

Offline-first apps with Couchbase Sync Gateway
In this article, I’m going to propose an offline-first development using Couchbase as the communication tool between the backend and frontend.

Introduction to offline data storage and sync with PouchBD and Couchbase
Offline-first is an approach to software development that is different from the traditional approach – where lack of network connection is treated as an error, thereby affecting the overall user experience. With the traditional approach, you start with the most...

Getting Comfortable with Couchbase Mobile: Sync Gateway via the Command Line
Introduction This continues my my “Getting Comfortable with Couchbase Mobile” series (post #5). This time we’ll look at exploring Sync Gateway from the command line. This can be really helpful, both for understanding and for testing/debugging. (Links to other posts...

Tutorial: from Dropbox Datatore Sync to Couchbase Mobile
The Dropbox Datastore and Sync APIs were recently deprecated. Last week, Chris Anderson wrote a blog post on why you should choose open source projects to solve this really challenging problem. Now it’s time to code! We will start with the...

Validating your Sync Gateway documents with synctos
When building any system with client and server components, it is critical to validate the data that the client tries to store on the server and to ensure that only those who are authorized can view or modify it. Otherwise...

Syncing Couchbase Documents Between Mobile Platforms and Devices with NativeScript and Angular
Over the past few days we’ve been exploring how to create a simple Android and iOS application using NativeScript, Angular and Couchbase. First we saw how to use Couchbase for basic key-value operations and then we saw how to query...

Create a Desktop App that Syncs using Electron, PouchDB, Ionic 2 and Couchbase
I’ve been on a role when it comes to JavaScript and Couchbase. Over the past few weeks I’ve been creating content revolving around the Angular 2 framework, the JavaScript library PouchDB, and Ionic Framework for mobile. What I haven’t explored...

Syncing with Couchbase in an Ionic 2 App using PouchDB
Not too long ago I wrote about using Couchbase in an Ionic 2 application. In the previous example we saw how to use Couchbase Lite and the RESTful API for saving data and working with Couchbase Sync Gateway. While that...

Data Synchronization with Couchbase in Ionic 2 Hybrid Mobile Apps
Last year I wrote about using Couchbase Mobile in an Ionic Framework mobile application. Back then we were using Ionic Framework 1.0 and AngularJS 1.0. Technology has changed over the months and we’ve moved from what seems like ancient frameworks...

Access Denied, or Access Lost? Some Tips on Sync Gateway
The plan for this blog post started out with wanting to clarify a particular detail about how Couchbase Mobile’s Sync Gateway component handles removing a client’s access to a document. I’m going to write a bit about Sync Gateway channels to provide a foundation....