When I get the reference from the node in the database and I use the child to return the current user's data, it works cool, but I do not know how to implement the feedback of other authenticated users in the app.
postagemRef = database.getReference("postagens").child(mAuth.getCurrentUser().getUid());
OBs: I'm using dataBinding
to display the data on the main screen, which would be a kind of feed.