
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
- Realtime Disconnects and Error: INVALID_...
Hi! I just want to ask here if there's any workaround with the disconnect issues we're encountering when subscribing to realtime events in react native using ex...
- Sites
So I developed an app using react native and using the cloud services offered by appwrite. Everything is set up but if I want to publish this website to the web...
- updatePassword invalid credentials error...
This is my code: ```js const result = await account.updatePassword( newPassword ); ``` This is my error: ``` [AppwriteException: Invalid cr...
