Can I use Phone Number plugin to just add phone number to existing users?
Basically I just wanna add phone number to existing users. Can I use Phone number plugin to do so or should I implement it myself? because Everytime I verify the phone number. callbackOnVerification return null for the user. Here is my code:
client:
/lib/auth.ts:
6 Replies
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
you need to send them otp and verify their otp to get it updated. But you can also just use
updateUser
to update the user phone number
@basic white guyUnknown User•3w ago
Message Not Public
Sign In & Join Server To View
it shouldn't require
callbackOnVerification
you can pass updatePhoneNumber:true
to update the phone number
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
Thank you! It worked! ❤️