localbase icon indicating copy to clipboard operation
localbase copied to clipboard

getting collection wrong data

Open rendomnet opened this issue 2 years ago • 1 comments

For some reason when I call db.collection('collectionName')

the first time it gives wrong data (not a list of keys but some other unrelated object) it only happens on the first time of calling db.collection('collectionName') if I call it again it will give correct result.

I think there is something with caching

rendomnet avatar Sep 08 '21 12:09 rendomnet

Could you post a code example or more information?

teamsuperpanda avatar Sep 12 '21 11:09 teamsuperpanda