Show Current Profile Page

Hello
I have an app where users can upload their own post, the post shows the info in this way
image
Now I need to add a function when any user clics on the Profile Img or Name, it shows the pofile (Profile includes Img, name and posts) of the user who made the post. I need something similar to what facebook does when you click on a profile
Is this possible?

-note: The post container is repeated with a firebase backend

You could follow the first video below to save user specific data. Once you have account set up, when the user clicks the persons profile you can just use the get record function to get their profile details, and load a page with that info.