
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.4 Docker query error
Iβm running Appwrite 1.7.4 docker image using the sdk-for-apple package. The collection has 16 documents if l run Query.limit(1) I get one record. But if I run ...
- (vcs.read) error when connecting github
when trying to connect my github app to gain access to the repo its showing this error: Error 401 User (role: guests) missing scope (vcs.read) general_unauthor...
- Failing to get user account after login ...
Running the attached integration test on Windows platform I get the following error. Any idea of what I'm doing wrong ? π Starting... 01:22 +0: Appwrite Authe...
