Open RezaRahmati opened 4 years ago
Hello
I need to check data by query like where('x','>',1) right now I get Using unsupported where() operator for firebase-mock, returning entire dataset message, I was wondering if developing the other filters than == and array-contains is in the plan?
where('x','>',1)
Using unsupported where() operator for firebase-mock, returning entire dataset
==
array-contains
Hello
I need to check data by query like
where('x','>',1)
right now I getUsing unsupported where() operator for firebase-mock, returning entire dataset
message, I was wondering if developing the other filters than==
andarray-contains
is in the plan?