
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
- API Endpoint to Verify Password.
I have 2 use cases where i need to verify a users password outside of login, e.g. Updating user account data (such as name, or prefs, or data in a users databa...
- login backend and frontend
I'm using Remix, as my Backend (node). and react on my frontend. Until now, i did SSR login. saved the secret.. and it's fine. For many simpler requests i wish...
- Custom SMS providers for OTP
Is there is any way that we can add custom SMTP servers for sending OTPs. We are seeing issues with appwrite default provider, it doesn't send otps for some num...
