Buck
Buck8mo ago

Is it possible to subscribe from a

Is it possible to subscribe from a webpage to a single record without being able to access anything else?
3 Replies
jamalsoueidan
jamalsoueidan8mo ago
yes, just add a property field user_ids and assign the user ids that can acccess the documents. user_ids: [1,2,3] then just check the user logged in with the array field.
jamalsoueidan
jamalsoueidan8mo ago
Row Level Security
Add row-level security to your database access by wrapping database reads and writes in your Convex serverless functions.
Buck
BuckOP8mo ago
Thank you kindly

Did you find this page helpful?