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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused