Seb
Explore posts from serversCCConvex Community
•Created by Seb on 10/5/2023 in #support-community
Tips/advice on how to build an activity/updates feed for a multi-user app
So let's say we have 10 users, that means every action that creates an event also creates 10 notification documents. That seems overkill and would very quickly create hundreds and thousands of documents in the notifications table. But maybe this is ok? And I guess there is no real other way to do it?
6 replies
CCConvex Community
•Created by Seb on 10/5/2023 in #support-community
Tips/advice on how to build an activity/updates feed for a multi-user app
Ok and how would we create these new documents for notifications and events? Is that a function that runs on the server? Is there some kind of trigger we can use to run this function? Or do we need to do it in our code?
6 replies