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
There will be issues here when deleting lists, as users who have saved data for the lists will be missing them.
To accomodate these users, we need to have the following:
The delete button should show a warning to the user that other users may have data related to it, in which case it will not be deleted.
The delete button should add a flag to the list that it should be deleted.
There should be a cloud function that is triggered that will search for users who have data in this list, and only delete it if no one else has any data in it. IT should then delete that user's data.
The text was updated successfully, but these errors were encountered:
There will be issues here when deleting lists, as users who have saved data for the lists will be missing them.
To accomodate these users, we need to have the following:
The text was updated successfully, but these errors were encountered: