我需要查询firebaseRecyclerAdapter
以显示用户关注的用户帖子。
post {
1 {
post_image: abc
uploaded_by: a
}
2 {
post_image: def
uploaded_by: b
}
}
followers {
here b and c are following a
a {
b: b
c: c
}
}
following {
here a is following b and c
b {
a: a
}
c {
a: a
}
}