onAuthStateChange not triggered on account deletion
I have created a function to allow users to delete their account.
This works just fine to delete the account. I now want to perform an action in my code when that happens. I want this action to trigger within the onAuthStateChange. The problem is the 'USER_DELETE' event never gets triggered. I am running the function via rpc, so not sure if that is causing the problem.
Let me know if I can provide any other information!
This works just fine to delete the account. I now want to perform an action in my code when that happens. I want this action to trigger within the onAuthStateChange. The problem is the 'USER_DELETE' event never gets triggered. I am running the function via rpc, so not sure if that is causing the problem.
Let me know if I can provide any other information!