I want to know is it possible to disable the user signing up in the application after he makes a request to delete his/her account from the app.
I don't want to let the user to use same login credentials to signup again that are deleted earlier.
I observed when we delete the account of a user from the firebase console or a user deletes the account with his own consent he/she can use the same credentials to signup again into the application. If this happens then the user can create a bunch of junk data for me by deleting and creating multiple user-id.
I know about the disabled account but this can account disabling can't be done from client-side SDK and only delete is available so, how can I ban the user to use the same credentials to sign-up again.