I want to implement search functionality in which the results are filtered from the person's email & their username.
Suggestions are displayed in a list using RecyclerView.
I'm completely dependent on Firebase for my backend as of now.
How should I go about it.
Note : There have been questions asked before too regarding implementation of search in Firebase but they are all outdated as Firebase supports a lot more features now.