WisemanOriginal post
Rank 2: Process
how to implement this
Summary
[Solution]: Subscribe to document update events and check for ones where document.userId == userId to choose a realtime database for a specific user by user ID. In code:
```final realtime = Realtime(client).subscribe([
'databases.your_database_id.collections.user_subscriptions.documents.userId'
]);```