Search code examples
firebasegoogle-cloud-firestorefirebase-console

Filter by two where conditions - Firebase console


I have lot of data in my Firestore collection. I have filtered data in my app but I want to cross check it from the console. In order to do that I want to apply two where conditions -

  1. where condition for userid, and
  2. where condition for date

But in console it seems, I can only select one field for where condition,

How can I filter with multiple where condition in console?

enter image description here


Solution

  • It's currently not possible. Feel free to file a feature request with Firebase support.