appwrite/sdk-for-web

๐Ÿš€ Feature: account.updatePhone() , account.create() requires update

Closed this issue ยท 1 comments

๐Ÿ”– Feature description

(method) Account.create<Models.Preferences>(userId: string, email: string, password: string, name?: string): Promise<Models.User<Models.Preferences>>
Create account
Use this endpoint to allow a new user to register a new account in your project.
This endpoint does not allow to set phone number, nor any endpoint or method allows to update phone number

๐ŸŽค Pitch

Allow method to update phone number , its important for authentication purposes

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

๐Ÿข Have you read the Code of Conduct?

updatePhone() method exists