Phone & Email SignUp
Hello, I am writing a user registration function using the supabase auth function. In this function, I send the user email, phone and other information together. (other information is included in raw_user_meta_data) However, the phone number is not recorded in the request I send via Postman. How do I solve this problem?
Note: I will perform the OTP through a different function at a later stage, but right now I want it to be recorded only at the registration stage.
error :
Note: I will perform the OTP through a different function at a later stage, but right now I want it to be recorded only at the registration stage.
error :