i want to search from firebase where the name contain that character from search box at any position in the name? any one help me please just like this
Query firebaseSearchQuery =
myRef.orderByChild("from").contains(searchText);
i want to search from firebase where the name contain that character from search box at any position in the name? any one help me please just like this
Query firebaseSearchQuery =
myRef.orderByChild("from").contains(searchText);