I have collection users
and showing all users in RecyclerView
. I also have another collection named BLOCKED and having some users in this collection (actually blocked users are also available in users
collection).
I want to exclude BLOCKED users in RecyclerView
. I have no idea about the same.
I think for loop might work but I really don't know how to implement the same, as I am the basic / fresher developer.