I hope to use account.createPhoneSession()
, in the cloud version of Appwrite, but I am unable to receive SMS. I guess it's because +86 (China number) is not allowed? Am I correct? Is there any other way to do the sms auth? I plan to use the Function to send sms, where inside the function, I implement my own sms sending service. but I's still confused about where updatePhoneSession()
still works in this case?
Recommended threads
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...