
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
- appwrite 1.7.0 Failed to fetch
We recently upgraded our Appwrite installation from version 1.6.2 to 1.7.0, and since the upgrade, we are unable to log in to the Appwrite console. The login at...
- Attribute already exists in schema
I created an attribute, deleted it and now I can't create it again. It says "Failed" and "Attribute already exists in schema". ```json { "27": { "ke...
- Decentralisation
I had queries regarding decentralisation with self hosting, particularly with sites as a recent addition. Can we decentralise sites as in many cases we would li...
