Sync Data Using PouchDB In Your Ionic Framework App

preview_player
Показать описание
Use PouchDB with Apache CouchDB to sync data between platforms and devices using Ionic Framework for Android and iOS.

This video will show you how to set up a CouchDB server as well as make a simple todo list application using Ionic Framework that synchronizes automatically.

Follow my blog or subscribe to my YouTube channel for other great programming tutorials.

Рекомендации по теме
Комментарии
Автор

Nice tutorial! One small tip: if you use `db.changes({include_docs: true})`, then the documents will be included as you listen for changes. That way, you don't have to do the explicit `db.get()`. :)

nolanlawson
Автор

Also technically, `!change.deleted` doesn't necessarily mean a document was added; it might have been modified. To check if it's new vs. just modified, you can check whether the rev starts with `1-`. (The first revision always starts with 1-, then 2-, 3-, 4-, etc.)

nolanlawson
Автор

You have made a video of CouchDB and Firebase, you think to do about Parse?
Although I have done an implementation, would like to see your deployment solution.

RodrigoDiasS
Автор

hi..i have watched your video nice one..I have read about couch db...and I confused what should I use.I am planing to work with ionic 2 with offline and online database..I read some article about couch db...I think couch db was only for server site..but know couch base mobile lite is created for client side..I think we dont need pouch db now..please make short video on this to clear concept about couch db lite mobile and server...and if possible then make small tutorial on it how to us with ionic 2...Thanks

harshal
Автор

hey..very helpful tutorial. Will you please make a video on pdfmake adding custom fonts(more than two or three fonts work in one pdf document simultaneously, font should be hindi, tamil, english, gujrathi), My pdf has content that is in hindi, english, gujrathi and many more languages into one pdf.. I am from India..& India has many languages its very difficult to make app for those people who has different languages...plzz make one video .... Thanks

tejasshinde
Автор

Hey Nic. This is another great screen cast.

For some weird resons I get CORS error when i try to use my ip address as a serve. How should I go about this?

Regards.

mapsa
Автор

Hi Sir, Thanks for tutorial.. i have one issue after following, that is Value is not displaying after adding .. Like you added "Clean House", i too added, it is stored in db too. but not displaying in front .. pls help me where i am wrong

VenkatRamankavens
Автор

would you please make a video on pouchdb with react native and sync function as well ???

creative-commons-videos
Автор

bro there is no app.js file in my project directory...i am using ionic v4 :(

pratikpatil
Автор

nice tutorial, How to sync data using sqlite?(i am using sqlite for my app, i want to auto sync data when interenet is available). Guid me!

naidusetti
Автор

Great Post, Thank you.  Works/Syncs on ADB emulator, but not with Genymotion or 'ionic serve' - chrome.  Any tips?

amelevator
Автор

Good job, man, but the font of your screen is really too small to see.

zhe