How to allow users to view each other's profiles, similar to Instagram or FaceBook?

Hi, I am creating an app where parents can view the profile pages of other parents and babysitters. How can I allow this to happen? I have made a profile page but do not know how to allow other logged-in users to view it. All the help I have found is outdated.

Thanks!

Hi @nkhojasteh ,

Welcome to Adalo Community.

  1. Create or take a list & connect the list with the users collection.
  2. Apply a custom filter Current User > email → is not equal to → Logged In User > email, this will now show your own name.
  3. Now connect the text property with current user name, email, etc.
  4. Then under click action of list link a new screen by the name of the current user > details.
  5. Now drag & drop text, image, etc components & connect with current user data passing to this screen.

Hope this helps.

Thanks
Shantanu

Thanks for your help! When I am creating the page, however, Adalo only allows me to do the Logged-In users information. Below is a picture of my situation.

Thanks,
Nava
Screen Shot 2023-05-30 at 2.25.06 PM|690x431

You need to connect list with this screen when clicked in order to pass the current user data as mentioned initially.