
a

expect phone other all data are being saved

account.create()
only takes four parameters - ID, email, password and name

If you want to add a phone number to an account, you’ll have to call account.updatePhone()
after signing in.

Afaik, you can create an anonymous session then use the returned User
to add a Phone Number via account.updatePhone()
& then later use account.createPhoneSession()
for login.

okay

i will try
Recommended threads
- Invalid document structure: Unknown attr...
I have an attribute, who I deleted but it still gives error saying that Invalid document structure: Unknown attribute: "financialAidAvailable". Because of which...
- Image Loading issue in Snapgram project
Hello community, I have a issue with the Image Loading I made a Project from youtube of Snapgram, it worked perfectly 8 months ago, but now the images aren't l...
- No Targets Created For Email OTP Users
I use OTP for my users. All emails are verified. No one has their email as a target. What am I doing wrong? The documentation says the targets should be created...
