
Hey Pal,
i'm using flutter for my project, how do i verify that a user email account has been verified?

Import Appwrite models and use user.emailVerification

yes, you are right, but i want to check if a particular user that has been login is verified else redirect them to a page where that are to input an otp code from their email

If you meant the currently logged-in user, indeed the Appwrite user model will have the current user info. So, calling user.emailVerification will return a boolean value indicating whether the user's email is verified
Recommended threads
- Collection Permission issue
I am facing issue in my Pro account. "Add" button is disabled while adding permission in DB collection settings.
- SSO google apple not working anymore
We use Apple and Google sso in our react native app. Everything worked fine until we noticed today that we see general argument error. We did not change anythi...
- Opened my website after long time and Ba...
I built a website around a year back and and used appwrite for making the backend. At that time the website was working fine but now when i open it the images a...
