I have done some research on Firebase database query for Android. But I still could not find the way to do searching for a substring of a string. For example, I want to search for "def" in "abcdefghijkl". How supposed can I get that by using startAt() and endAt() or there is another way to do it?
Thank you.