how to implement this
Not sure I follow what you're asking for
You want a realtime connection to a database and for it to follow user permissions?
'databases.your_database_id.collections.user_subscriptions.documents.userId'
]);``` i want to subscribe a channel using user id something like this
That's not something you can do, you can subscribe to document update events and check for ones where document.userId == userId
ok, that means event will only trigger for perticular user if document secuty is enable right ?
Correct
thanks
[SOLVED] how to choose a realtime database for a specific user by user id
Recommended threads
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...