DipenOriginal post
Rank 3: Container
I checked the appwrite auth in UI and there is phone number but when I saw the sdk, it wasn't there. How can I add the phone number?
Summary
The user wants to add a phone number using the Flutter SDK. The console uses the server API for this purpose. The user can call 'update phone' in their Flutter app after the user logs in. The SDK documentation doesn't mention adding a phone number, but the UI does have an option for it. The user is seeking guidance on how to add a phone number. Solution: The user can refer to the server API documentation for creating users and the SDK documentation for updating phone numbers.