Hide a Value from FirebaseRecyclerAdapter View
问题 I'm creating an app similar to Chat app.Now I don't want current user which account currently logged in the device to show in FirebaseRecyclerAdapter result list.I've current user UID. Now I want to filter only this current UID from Adapter.How can it possible? Thanks in advance. Here is my FirebaseRecyclerAdapter code FirebaseRecyclerAdapter<Donors, DonorsViewHolder> firebaseRecyclerAdapter = new FirebaseRecyclerAdapter<Donors, DonorsViewHolder>( Donors.class, R.layout.donors_single_layout,