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
- SyntaxError: The requested module 'node-...
I am trying to use appwrite functions and in the function i am creating rows but i got this error when i executed the funtion. As i checked docs there TablesDB...
- Using OTP Email to verify user for passw...
Has anyone ever implemented this? If you did what was your aproach? Did you write an appwrite function?
- Empty listRows() response
Hi there, I'm shehryar, I'm new to react native and appwrite as well, I'm following a tutorial, what's surprising is the listRows({databaseId, tableId, queries}...