
Hello! How can I verify my phone without a secret key using appwrite dart sdk? For example, after creating a new user, you can update the status through the admin panel with one button. Is it possible to do this via flutter without confirming your phone or email? I don't need confirmation because I get a real phone number through the usdd command. Therefore, there is no need to check the phone whether it is real or not. I just want to do after creating an account it became verified.

Keep in mind that the "verified" tag is just a boolean that doesn't affect anything by default. Restricting access depending on verified/unverified status is totally up to you.
That being said, if you want to verify accounts without the secret, you will have to use the server-side SDK in an Appwrite Function.
Since you are familiar with Flutter, you must have a decent grasp of Dart as well, which is a supported runtime. Have a look at the documentation of the updatePhoneVerification
endpoint for Dart here

Oh very simple? Thank you very much!!!
Recommended threads
- Updating console to 1.8
Hey! Does anyone know how to update the appwrite console only? I am using console 1.7.4 but it has UI/UX issues 🙁
- Having errors migrating to cloud
Project will not migrate compeltely
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
