Use a value in my table as a variable for my query

Hello .
I need to use a value of my table , here , value is in my email column to run a query .


The query below use the selected Row , but i want the query run for each row to find the user id.

My first screen show the result of a passbase query .
Passbase don't have the firebase user id but his own id .
I need to find the firebase user id of my passbase user to display a user page.
All queries on my user page work with this firebase user id .
Hope i'm clear .
Thanks for the help