Hello beautiful people! It’s been a while — I retired at 27, but now I’m back! 😊
I’m running into an issue with Appwrite in Flutter. I used an older version before, but today I updated to:
appwrite: ^20.0.0
Here’s the problem: When I call:
await account.createPhoneToken()
I get an error saying “email required”, even though we know that creating a phone token shouldn’t require an email. Why is this happening?
Also, updatePhoneSession seems to be deprecated.
What’s the recommended replacement for it in the latest version?
Any help would be appreciated!
Recommended threads
- Student plan issue
I am using GitHub student plan, I even got access to appwrite's mock phone number. but when I try to use it, it says the phone number limit has reached
- Getting "The current user has been block...
So today I want to deploy something to Appwrite but when I click Sign in with Github, it's redirect me to login site and in the url bar I see this `?error=%7B"m...
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...