
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
- why the createOAuth2Token method does no...
I need it to get secret and key, how to get in flutter code?
- google oauth issues on android
i've set up my appwrite using documentation guidelines. google oauth works just fine on ios, but on android it won't redirect to the app after selecting an ema...
- Unhandled Exception: type 'Null' is not ...
Hello I upgraded my instance from 1.6.2 to latest 1.7.4, doing migration. All seems to work fine but when I use the latest version of the appwrite plugin on my ...
