@CherryCIC
Also need to decide what to do with the products listed when a user is deleted.
At the moment, the products are associated with the User ID that is generated when the user is created.
If the user is deleted from firebase admin and then a new user (for the same person) is created through the app, the User ID that is linked to the products they've listed is no longer relevant, as it's the one from the deleted user.
Which means that viewing the listing in the app doesn't bring up any user details.
Is this a potential use case?
@CherryCIC
Also need to decide what to do with the products listed when a user is deleted.
At the moment, the products are associated with the User ID that is generated when the user is created.
If the user is deleted from firebase admin and then a new user (for the same person) is created through the app, the User ID that is linked to the products they've listed is no longer relevant, as it's the one from the deleted user.
Which means that viewing the listing in the app doesn't bring up any user details.
Is this a potential use case?