๐ Feature: account.updatePhone() , account.create() requires update
Closed this issue ยท 1 comments
Shriniwas18K commented
๐ 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?
- I have read the Code of Conduct
Shriniwas18K commented
updatePhone() method exists