Hello friends.
I need your help with a topic. Consider a user management page. On this page, I am listing the users. When I delete a user using a reference, the user is deleted from the users table. However, the user is still there in the authentication section on the firebase side. So the deleted user can still log in to the application. Can you give me an idea about this? How can I delete the user from both the users table and the firebase authentication side?
Thank you in advance for your answer.