Colin Miller

Results 8 comments of Colin Miller

Apparently the project must be using DataStore mode, not FireStore mode. This option can't be changed after selected and isn't specified in any of the documentation. Recommend the documentation be...

I've not seen that. Is it on a device or emulator? Does it happen in the wild or are you just locally testing? The system should automatically create a DB...

I would recommend setting the threads to one for now. I haven't had time to update the threading and storage logic. However running single threaded should still be fine unless...

This is a great suggestion.

Sorry for the late reply. I am looking at this. I just want to check out your project first before I include this line (but I'm totally in favor of...

Interesting. Do you have some sample code to reproduce this? It looks like you're deleting a bucket at some point. When is this?

Can you reproduce it without proguard? If it's a progaurd problem, that's a bit different than an error in the library. I'll look into it though, it may there is...

Also, as a temporary work around, you can use: NoSQL.with(mContext, 1).using(.... to prevent the error (since it seems to be a threading issue).