[SOLVED] Am I obligated to set a phone number when creating a user from node-appwrite?
- 0
- Resolved
- Web
The sintax puts the phone number before the password
return await users.create(ID.unique(), email, 'phone', password);
Is there a way to create a user only with email and password?
Only the userId is required. You can set phone to undefined. https://appwrite.io/docs/references/cloud/server-nodejs/users#create
use undefined
oh ok, thanks. I really think password should come before though 🤔
I recently opened a new issue to address the parameter order gymnastics that is happening with the SDKs: https://github.com/appwrite/sdk-generator/issues/728
Hopefully it is received well and worked on.
[SOLVED] Am I obligated to set a phone number when creating a user from node-appwrite?
We've thought about this and even did a survey
By far most popular was using object literals
We definitely think it's a step in the right direction 🙂
Recommended threads
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126