Vichet97
Vichet97
While we are at it. Please also check if there's any possibility to query the unknown nested field. Is it a good idea to just stringify the nested object `without...
Is there any update on this? I'm still facing the slow issue even i fetch only 1 row out of 35k with order by.
Hi, So what do you use for cutting ? Or you create your own logic ?
I believe there's already library for this work
Your split cutting is already correct from what you just showed above
Yes, that's mine. But posting here will be more visible to other people who have the same issue. So when will it be fixed ? Else can you show me...
Why is there a question whether it should be fixed when it just doesn't work and not usable?
It's from gotrue-js. But I also have many other dependencies installed like firestore, etc. Or maybe the document variable is just used for other purposes but not in my code....
I found the issue. It will show error if you declare `const a = { document } = { document: true }` in another js file then `require('other.js')` in the...
It's a property in Firestore and MassiveJS. So I declared some default properties with default values to setup structure in my project. It was not a plain property with only...