Search for a substring in Firebase

I want to implement SearchView for my application which is connected to Firebase database.

Database Structure

And now I want to find the name like in the picture "Jay No" and add it to the ListView, but I don't want to search for a specific name, I want to find an example for: "Jay" and then I want to get each name in the database. which contains "Jay" ...

How can I implement it?

+3


source to share





All Articles