User Profile
TerraCore v0
Our system provides user profile with basic information (id, email, phone, avatar...). After logging in you can use it for handling personalized logic.
#
Get user profile- Android
- iOS
- Javascript
#
Update user phone- Android
- iOS
Firstly request to send OTP to user's phone
Then confirm the OTP to update user phone to user profile
Firstly, we need to install TekIdentityService
Then request to send OTP to user's phone
Finally confirm the OTP to update user phone to user profile
#
Update user email- Android
- iOS
Firstly request to send verify code to user's email
Then confirm the verify code to update user email to user profile
Firstly, we need to install TekIdentityService
Then request to send verify code to user's email
Finally confirm the verification code to update user email to user profile