Closed wobsoriano closed 4 years ago
What's the error? Does firestore allow this query? You probably have to make a custom index if it does, which isn't related to this library in particular.
What's the error? Does firestore allow this query? You probably have to make a custom index if it does, which isn't related to this library in particular.
You are right, I need index for this. Weird that it doesn't throw any index errors. In RN it throws too many rerender error. In Web it's just undefined without any error.
That is odd, but glad we found the problem!
Hi, awesome lib!
I am using it with RN with some geohashing like this:
But when I add 1 more
where
item, I gettoo many rerenders
error and sometimesundefined
.Am I doing it correctly or am I missing something?