I need to adjust somehow the FirebaseRecyclerAdapter in order to get some data from my database and not all of them. Is there any way to achieve that? My end goal is to show
User Firebase Query to limit your results
Query
Query query = database.child(FirebasePaths.HOUSES).orderByChild(PRICE).startAt(200);
This will query your database for houses whose prices are above 200.