I'm trying to send sms using Appwrite and twilio in my React Native app
you can't. sending messages (sms/email/push) must be done server-side
I was following a tutorial but it used node-appwrite, I don't know if that's how you do it with react-native-appwrite
node-appwrite is a server SDK, meant to be used server side
Isn't that server-sided?
what?
Is what I showed you right?
Recommended threads
- Passkeys with Appwrite
I am using appwrite auth and would like to implement passkeys, did anyone have done before, have a guide or documentation or POC? if yes, please share because I...
- Rate limit
How do I solve "Signup Failed, Rate limit for the current endpoint has been exceeded. Please try again after some time"? I have Pro and around 2k requests per ...
- Issue with oauth on react native
Hello 😀 I'm building an app with expo react native and I was able to connect to my appwrite project. I can see the tableDB and use basic authentication. I hav...