
I have a Nuxt3 application that accesses Appwrite and a Clickhouse database. Of course, I would like users to be able to access only the allowed resources, so I want to include the Clickhouse API either in the /server section of Nuxt3 or in an Appwrite function so that I can check the permissions. What would be the best practice here to couple a service like Clickhouse.cloud with Appwrite?
Recommended threads
- Flutter native Google Sign Up with googl...
Hey I want to use the native login instead of the WebView. Do you have any experience on that and has Appwrite to plan this support?
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
- Issue creating team membership with USER...
Log time ago it worked without any issue when I made a demo app but now it is not working in cloud function. code ```await awTeams ?.createMembe...
