I am planning to build an app for my work which will primarily use Phone authentication using OTP. From what I have seen online and also check the docs, I came across this https://appwrite.io/docs/sms-delivery. The list of sms providers is very little and I checked their pricing which i quite expensive compared to other sms/otp providers.
Using them to scale the product will be quite expensive when other providers can be used. So here is my question, Is it possible to use other providers, are there any resources that will help me implement them. I was brainstorming some ways and one of them was using the cloud functions to use other api-s to send the otp which kinda would work to send the otp but where will I obtain the OTP.
Is there a work around or something. I really like appwrite and suggested using it as the backend. So How do I implement it. and give me any useful resources. Thank you
Best to create a feature request on GitHub.
Then, an adapter would need to be created: https://github.com/utopia-php/messaging/blob/main/docs/add-new-adapter.md
Thank you will check that out 😊
Hey I checked out the link https://github.com/utopia-php/messaging/blob/main/docs/add-new-adapter.md and it seems quite simple to create a new adapter for utopia-php from the looks of it. But how do I use the adapter which I will create with appwrite... ? any ideas
Appwrite would need to have a version bump to use the new utopia-php version. Then, we'd update some initiatlization in appwrite: https://github.com/appwrite/appwrite/blob/a7094310d7e7b6299976c7e2d51bdd825b1b570d/app/init.php#L1053-L1067
Oh okay 😊👍
[CLOSED] Using custom SMS providers
Recommended threads
- dart appwrite 16.2.0 throws errors
Hi there, I just updated to 1.7.4 and also wanted to update the dart appwrite sdk to fit the appwrite version I am using now. So I updated to 16.2.0 and get th...
- Server error on multiple requests
Hi there, I've updated from 1.5.7 to 1.7.4. I am using meilisearch for indexing and have therefore a dart script which syncs the appwrite data to meilisearch in...
- log out failure
I am trying to set up the user sign up/log in/log out and while I have got the sign up/log in to work, log out keeps failing. i am keeping it simple with only r...