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
- listDocuments is deprecated. What should...
``` const database = new Databases(client); export const updateSearchCount = async (query: string, movie: Movie) => { const result = await database.listDoc...
- Questions about requests count on dashbo...
Hi guys I am new to this platform so I dont know if I am doing anything wrong. On dsahboard the request count is about 50k even though I dont feel like I have d...
- Account.get throwing an error on EXPO SD...
I am updating my react app to use EXPO SDK 54 and appwrite-react-native SDK 0.17.x but the account.get() function is not working I use it to get the current us...