How to search Firebase text by lower case also? [duplicate]
问题 This question already has an answer here : firebase query methods startAt() taking case sensitive parameters (1 answer) Closed last year . I am using Firebase database for my Android Application. I implemented search feature in the app. On my database, every title start with "A" is showing only when I started a search with Capital "A". When I entered lower case "a" it showing no results found. I want to enable search for lower case variation also. Help me, please. Thank you. Here is my search