Search code examples
firebasefirebase-realtime-databasefirebase-console

Could I apply list filter in Firebase Database Console?


Could I apply list filter like startAt(...), endAt(...), equalsTo(...) by adding something in database link in Firebase Console?


Solution

  • The Firebase Database console does not have an option to filter the data.

    It's an interesting idea though, so you might want to file a feature request.