Author
-

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…
-

Syncing with Core Data
You’ve been developing your app with a Core Data stack and now you want to add the cloud component. Prompt the user to login and save all its data to the cloud to make…
-

Adding Google Sign-In with Node.js to a Couchbase Mobile application
Using OAuth APIs provided by 3rd party applications such as Google+ to login in your mobile app can provide a delightful first time experience to users. They can login with an account that they…
-

Getting Started with JavaFX and Couchbase Mobile
JavaFX and Couchbase Mobile is a great combo for creating desktop class applications with rich user interfaces and fast data access. In this tutorial, you will learn the following core concepts: We won’t cover…
-

Sync Gateway Webhooks
We just released Couchbase Mobile 1.1 and with this new version comes many new features. In this blog post, we’ll take a look at Sync Gateway webhooks and think of a few concrete examples for using…
-

Live Reload with React Native and Sync with Couchbase Mobile
Previously, I wrote a tutorial on getting started with React Native Android and Couchbase Lite. In this short screencast, you will use the sample project of this tutorial to learn the following:
-

First steps with PouchDB & Sync Gateway
This week, PouchDB v3.4.0 was released with Couchbase Sync Gateway compatibility. In this post, we’ll take the existing TodoMVC example and add filtered sync using Facebook authentication. In addition to syncing between Web clients, we’ll…
-

Exploring the Public and User Channels in Couchbase Sync Gateway
The Sync Function is one of the fundamental components of Sync Gateway: its main responsibility is to define which user has access to which documents. In this screencast, you’ll learn how to use the…
-

Tutorial: Implement Android Push Notifications in your Couchbase Mobile app
When developing an application, it’s very helpful to use the push and pull replication in continuous mode. Everything is handled by the replicators to make sure your app and Sync Gateway always have the…