NETOxOriginal post
Rank 1: Thread
I'm trying to send sms using Appwrite and twilio in my React Native app
Summary
Developers are wondering how to send SMS on React Native using Appwrite and Twilio. This cannot be done directly as sending messages must be handled server-side. Node-appwrite is a server SDK, not meant for client-side applications.