I’m trying to sign up User with phone number and send him auth sms i need sms provider for that or i can do it with appwrite swift sdk?
TL;DR
User is trying to sign up a user with a phone number and send them an SMS authentication. They are wondering if they need an SMS provider or if they can do it using the Appwrite Swift SDK. The issue has been solved and they can use the `account.createPhoneSession()` method to configure the SMS authentication.Are you using Appwrite cloud or self-hosting?
Cloud
Then we already have that configured and you can just use it by calling the account.createPhoneSession() method
✅
[SOLVED] Sms auth
Recommended threads
- Provider error when creating a function ...
- Cloud function deployment failures
When I run appwrite push functions, select the function I want to deploy, confirm with a YES, is starts deploying but goes into error. I need to repeat the ste...
- Function deployment failed: Unable to re...
Hi Appwrite team, I have been experiencing persistent errors when i attempt to push my appwrite functions. The logs on the deployment detail page on the console...