'how to filter any title from my Firebase Database

how to search any item from the Firebase Realtime database in RecyclerView enter image description here

This is my Firebase Database and when users type a word into edit text my app search the match title item from my database, enter image description here

if I use query selector then I have to mention the child, which means I can't search my entire database. Asking for HELP:: how to filter or search any title from my firebase database?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source