
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
- SMS isnât being received
Iâm not receiving the sms code for phone auth.
- Can't grant Permission.read() for anothe...
I'm building a therapist-client app. When a **client** creates a document, how do I give their **therapist** read access? ## The Problem ```dart // Client cre...
- getting 401 even with api key with all ...
when i'm usign postman to send a req, it works perfectly but when i use github webhook, it shows auth error The current user is not authorized to perform the r...
