
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
- updatePassword invalid credentials error...
This is my code: ```js const result = await account.updatePassword( newPassword ); ``` This is my error: ``` [AppwriteException: Invalid cr...
- [Error: AppwriteException: User (role: g...
After logging in successfully I am getting this Error. Before I impleamented this helper function: export async function updateUserPassword(oldPassword, newP...
- .setDevKey is not a function
React Native Appwrite doesn't recognize Client.setDevKey
