
a

expect phone other all data are being saved

account.create()
only takes four parameters - ID, email, password and name

If you want to add a phone number to an account, youβll have to call account.updatePhone()
after signing in.

Afaik, you can create an anonymous session then use the returned User
to add a Phone Number via account.updatePhone()
& then later use account.createPhoneSession()
for login.

okay

i will try
Recommended threads
- Webhooks not working?
I have this webhook in appwrite but unfortunately this webhook isn't being triggered whenever I change something in the database. I've put the right databaseID ...
- Request: When Will Appwrite Sites Waitli...
Hey team! π I recently joined the waitlist for Appwrite Sites on Cloud and got the confirmation email that says: "You've successfully joined the Sites waitli...
- 25 document limit
Unable to bypass the 25 document limit: https://github.com/Mooshieblob1/GenerateImagesPreview
