You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import PouchDB from 'pouchdb';
import PouchDBFind from 'pouchdb-find';
import PouchDBAdapterCordovaSqlite from 'pouchdb-adapter-cordova-sqlite';
...
constructor() {
PouchDB.plugin(PouchDBFind);
PouchDB.plugin(PouchDBAdapterCordovaSqlite);
// debug or not
PouchDB.debug.enable('pouchdb:find');
// PouchDB.debug.enable('*');
}
No description provided.
The text was updated successfully, but these errors were encountered: