HELP ... I am using the phone auth functions as provided in the docs to request for the OTP sms, the smss aint coming through.
I tried upgrading the appwrite SDK from 11.0.1 to the pre-release version 12.0.0-rc.4. and the Pre-release version doesn't have the " account.createPhoneSession() and the account.updatePhoneSession() " functions, they are not available.
using the 11.0.1, I am getting the userId from the session token, just not the OPT smss.
days ago, this was working alright
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...