dmurvihill / firebase-mock

Firebase mock library for writing unit tests
55 stars 20 forks source link

Feature request: Support '>' in firestore query #58

Open RezaRahmati opened 4 years ago

RezaRahmati commented 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?