Hi there!
I am trying to experiment with the Cloud version. I want to add the Phone auth feature to my Flutter app.
In Documentation under the heading of "Create Phone Session" , in example it shows that one should use an account.createPhoneSession method. But actually this method is not available on the Account() object. Only two methods available for creating user with phone related that is createPhoneToken() and createPhoneVerification().
No documentation available for above two methods. Can anyone help with the complete example on user auth with phone number using the above mentioned two methods?
Thanks
What page are you looking at?
Oh wait... Look at the readme for the SDK version you have installed
No for the SDK. How do you look at info about a flutter package?
Recommended threads
- Can't Create An Account with Gmail Domai...
Hi, when using account.create() to register a new user with the Gmail domain, I got "There was an error processing your request. Please check the inputs and try...
- Assistance with Restoring Admin User and...
I am using a self-hosted instance of Appwrite, deployed through Coolify. Unfortunately, I mistakenly deleted the admin user, and now when I try to register a ne...
- No user data after Google OAuth
I'm attempting to integrate Google sign in to an ios app - it seems to work, and redirects back to app. It does create a new user, (or a new user session after...