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?
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
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Quota not resetting
hi, im using appwrite's free tier plani hit my read limts last month and the billing cycle said it would reset on june 4th but that is today, the billing cycle ...