ionic2 - connecting mlab database with pouchdb -
i'm trying build application sync between offline , online,its working cloudant , pouchdb,i want use mlab instead of cloudant here code:
this.db = new pouchdb('cloudo'); this.db = new pouchdb('cloudo'); this.username = ''; this.password = ''; this.remote = 'https://oussemalaamiri.cloudant.com/museums/';
Comments
Post a Comment