How to get id from auth table by email?
We cannot seem to find a function that access the user with email. There are some functions to find the user by id or get the list of all users, but there was no function to get id by email. Is there an easier way to do that rather than looping through the array to get the id by matching the email?
Language: JavaScript or Rust
Language: JavaScript or Rust