Currently, I am working on integrating a sign-in form using Firebase web and Vue.js. The issue I'm facing is that I need to send a verification email to confirm the user's email address, but the emailVerified key is always set to true by default for the sign-in user. I am wondering if there is a way to change it to false. Can anyone provide insight on this?