Buck
Buck4mo 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
jamalsoueidan4mo 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
jamalsoueidan4mo ago
Row Level Security
Add row-level security to your database access by wrapping database reads and writes in your Convex serverless functions.
Buck
BuckOP4mo ago
Thank you kindly

Did you find this page helpful?