
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
- Bypass Error When Creating Account With ...
Suppose user first uses email/pass for log in using xyz@gmail.com, few month later on decides to use google oauth2 with same xyz@gmail.com (or in reverse orde...
- No mails from Appwrite
Hello, Since severals days, i have a problem : i d'ont received any mails from Appwrite. I'm using the auth by mail and i don't any code so any mails from App...
- wrong code for google oauth2 ?
gives User (role: guests) missing scope (account) error
