You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2025. It is now read-only.
What's the equivalent of listening to multiple documents in a collection using the
realtime-listenerservice?I have a
news-feedcomponent where I'm trying to watch for new activities. Here's myactivitiescomputed property:That's fetching correctly current activities, but it's not updated live. How do I achieve that? I've tried the following:
It's obviously not working as the second parameter has to be a record, not an array.