Firebase stores a user's display name, profile picture and other relevant information in the User object and not on the relational database. how can I load the several user's display name and profile picture without authenticating them?
I'm creating a commenting module, where users can post text and view the user's name and image beside the text.