getUserByEmail

abstract fun getUserByEmail(email: String): UserData?

Get User by email.

Return

the user with the given email, or null if no user found

Parameters

email

the email of the user to retrieve