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
Create a function called getUserNumResponses(). It will be given a list of postIds, calculate the total number of responses across every single post in the list. Use the count of documents in the RESPONSES collection for each post and sum.
The text was updated successfully, but these errors were encountered:
Create a function called getUserNumResponses(). It will be given a list of postIds, calculate the total number of responses across every single post in the list. Use the count of documents in the RESPONSES collection for each post and sum.
The text was updated successfully, but these errors were encountered: