HELP - Visiting other users' profiles (ionic3 and firebase) :)

Hi, I am a high school student and quite new to Ionic and Firebase.

I’ve been working on an app that allows users to create wishlists and share them with other users using ionic and all the data is in firebase which looks like ->

useruid -> username, email, wishlists…

I want to create a search feature (using https://javebratt.com/searchbar-firebase/) in the home page that redirects the current user if he clicks on the other user name/email. I am unsure on how I can obtain selected user’s ID from firebase and redirect the current user to the selected user’s page to display all the wish lists stored under the selected user.

Any help would be greatly appreciated! :slight_smile: