paulbx81
paulbx81
We need this CollectionField sorting system so much please
it work now, the problem was : i didn't have a REAL SSL Certificate for my https. I don't use pouchdb-authentication. When we want to call a couchDB in other...
i change it to my domain name with https And yes i use pouchdb-react-native
install pouchdb-find and add this to your code : import PouchDB from 'pouchdb-react-native' import find from 'pouchdb-find'; PouchDB.plugin(find)
Good question ^^ anyway my .find is too long, 2 or 3 seconds.. and it's instant on web browser
On my react-native app my .find() take 5 seconds if i try this .find on webBrowser (with the same database couchDB) the .find take 250ms (sorry my english is bad...
Merci ! 👍 J'ai une base donnée CouchDB qui contient des données. J'utilise poouchdb-react-native sur mon application react-native pour interroger ma base de donnée couchDB. Lorsque je fais un .find()...