1
When I take the node reference in the database and use Child to return the current user data, it works cool, but I don’t know how to implement the data return(posts) of other authenticated users in the app.
postagemRef = database.getReference("postagens").child(mAuth.getCurrentUser().getUid());
Note: I am using dataBinding
to display the data on the main screen, which would be a kind of feed.