In my project I want to implement a Email Verification. So in my SignUp Method I wrote this : await user.sendEmailVerification(); return user.uid; then I wrote in my SignIn Met