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
SyncSurveyUseCase syncs all LOIs of the entire survey. Even if a user makes just 1 submission , a sync event for the whole survey data will be triggered for all users that have that survey
SyncSurveyUseCasesyncs all LOIs of the entire survey. Even if a user makes just 1 submission , a sync event for the whole survey data will be triggered for all users that have that surveyThere are no
unsubscribeFromTopiccalls anywhere, which means that even if a user eventually deletes a survey from the device, they will silently still get its updates Unsubscribe from survey updates when removing them from the device #3876 ; Unsubscribe from survey updates after clearing user session #3888User LOIs are downloaded twice per sync when
dataVisibility == ALL_SURVEY_PARTICIPANTSRemove duplicated survey downloads during sync #3889