
Basically in appwrite they host the functions that are made by you, but is it possible to host the serverless functions on another service like netlify, vercel, cloudflare workers. And how would I handle the user permissions stuff

I would prefer If examples are shown using cloudflare workers

Appwrite functions are not the same as cloudflare workers. It's like how you can't take an AWS lambda and deploy it on Google Cloud Run.

You should follow the docs for how to write a function for cloudflare workers. You can install an Appwrite server SDK to connect to Appwrite

Actually...this might be a bad example. 😅 Regardless, following cloudflare workers docs on how to write a function on their platform is the best approach
Recommended threads
- Having permission issues with imported s...
Hello, I have my self hosted project on a server, and i wanted to import the schema to my local machine dev instance so I used the json file from the server ...
- Auth missing scope account
[500] GET /dashboard ReferenceError: user is not defined at _page (src/routes/dashboard/+page.svelte:24:2) at eval (.svelte-kit/generated/root.svelte:71...
- CSV import not working
When i upload csv file for user access then it successfully unloaded but not actually data.
