
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
- OAuth2 Error: invalid success param url ...
Hi everyone! I'm trying to implement Google OAuth2 login in a React Native app (using the Android simulator) with Appwrite Cloud, and I'm getting the following ...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- issue authenticating new user : [Appwrit...
i am currently facing an issue that didn't appear except few days back now, and so far i've tried and can't fix it i created a platform integration using my app...
