Chirag_doosraOriginal post
Android Developer
I have created a Phone session and want to update the Name of the user after the session is created. May I know is that possible?
Since we can use account.create() to only register user using Email and pass. Is there any alernative way to register user using Phone number?
Summary
Developers are wondering if it's possible to update the Name of a user after creating a Phone session. They are also seeking an alternative method to register users using a Phone number instead of just Email and password with ```account.create()```.