I am using appwrite as a backend service provider to build a booking system, and a frontend in nuxt.
Consider I have a calendar that allows users to book.
I obviously want to create a document level permission per user to achieve the restriction on the booking document.
However when checking availability they need access to all items in the booking table.
Is a function the only way to achieve this? I also wanted to maybe do some logic restrictions in the future on other creations so guess it applies here too.
Thanks
Recommended threads
- updateSession not working anymore
Was something changed recently on Cloud since updateSession is no longer working and I get 400 when calling it, with following error: ``` { "message": "The...
- AppwriteException: Invalid document stru...
``` await tablesDB.createRow({ databaseId: '***', tableId: '***', rowId: user.$id, data }); ``` ...
- @napi-rs/canvas in Cloud Function
Has anyone tried rendering images using [@napi-rs/canvas](https://www.npmjs.com/package/@napi-rs/canvas) in Appwrite Functions? I've got a Bun runtime setup for...