Is there any possible way to filter data in Realtime Database(on Firebase). I'd like to filter them via checkbox values that can be multiple checked.
There will be 4 different elements to search in db: Category(might be chosen 8), Range(might be chosen 12), Topic(might be chosen 4)
Data is passed through screens,
I know that data is stored as JSON on Firebase
The application is being written on Android and iOS
But the checkboxes might be not checked too. I mean that category can be empty, but for example range and topic will be chosen. If there will be chosen nothing, it should display all the data that's stored