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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Update row sheet not loading
After right clicking a row header and click update, the sidebar fails to load (never-ending skeleton)