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
When the user attends to a study group, it is created in the database a log of the user presence.
The log has the user discord_id.
We must create a function that monitors study_group_presence creation. When the log is created, it looks in the users collection for someone with the same discord_id as the one logged. If the user is found, adds the study_group_id to the study_group_ids list in the user's object in firestore
The text was updated successfully, but these errors were encountered:
When the user attends to a study group, it is created in the database a log of the user presence.
The log has the user discord_id.
We must create a function that monitors
study_group_presence
creation. When the log is created, it looks in theusers
collection for someone with the same discord_id as the one logged. If the user is found, adds the study_group_id to thestudy_group_ids
list in the user's object in firestoreThe text was updated successfully, but these errors were encountered: