Explanation:
If you are only using firebase auth, you can use the listUsers function of the admin module (limited to 1000 items per page).
A select query
select column1, column2, columnN
from table
where condition
order to be pretty;
Answer:
An loop statement
Explanation:
An iteration statement, loop, repeatedly executes a statement, know as a loop body,until the controlling expression is false