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
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...