const userData$ = this.syncDataService
      .getAdminAllUserData('poll')
      .valueChanges()
      .pipe(filter(a => a !== null));