Hi Google team,
In order to remove our user from user_list, we are first using
searchStream to get the list of all our
userLists, and then we are removing a particular user using a combination of
hashedEmail and
userList.
Since we have a lot of userLists, for each user it takes around 2 mins to remove it from all user_lists.
Is there any way to search for user_list based on user email and that way to get only userList in which is that particular user?
Thank you in advance.
Regards,
Aleksandra