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
Issue Title: Enhance: Include Activity ID in Firestore Document Object
Issue Description:
Currently, the Firestore document object lacks the activity ID when an activity is created within the Stream activity feed using the stream/firestore-activity-feeds Firebase extension. This omission presents challenges when correlating activity data with corresponding Firestore documents, potentially leading to inefficiencies during data retrieval.
Request:
We kindly request an enhancement to the extension's functionality by adding the activity ID to the Firestore document object at the moment an activity is created within the Stream activity feed.
Implementation Proposal:
We propose modifying the extension's logic to ensure that, upon activity creation, the activity ID is included in the Firestore document object. This enhancement would enhance data coherence and simplify retrieval processes for associated activities.
Expected Benefits:
Improved Data Correlation: By associating the activity ID with the Firestore document, users can effortlessly match activities with their corresponding Firestore records.
Streamlined Data Retrieval: Including the activity ID simplifies queries, promoting efficient retrieval of activity-related data from Firestore.
We believe this enhancement will significantly improve the usability and effectiveness of the stream/firestore-activity-feeds extension. Thank you for considering our request.
Collaboration: Your feedback and guidance on implementing this enhancement are highly valued. We are willing to collaborate and contribute to its implementation.
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered:
Repository: stream/firestore-activity-feeds
Issue Title: Enhance: Include Activity ID in Firestore Document Object
Issue Description:
Currently, the Firestore document object lacks the activity ID when an activity is created within the Stream activity feed using the
stream/firestore-activity-feeds
Firebase extension. This omission presents challenges when correlating activity data with corresponding Firestore documents, potentially leading to inefficiencies during data retrieval.Request:
We kindly request an enhancement to the extension's functionality by adding the activity ID to the Firestore document object at the moment an activity is created within the Stream activity feed.
Implementation Proposal:
We propose modifying the extension's logic to ensure that, upon activity creation, the activity ID is included in the Firestore document object. This enhancement would enhance data coherence and simplify retrieval processes for associated activities.
Expected Benefits:
We believe this enhancement will significantly improve the usability and effectiveness of the
stream/firestore-activity-feeds
extension. Thank you for considering our request.Additional Information:
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: