Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Delete User from Both Firebase Authentication and Firestore Database #683

Open
sana7044 opened this issue Dec 31, 2024 · 0 comments
Open
Assignees
Labels
Priority: Medium Type: Bug Something isn't working Type: External Suggestion coming from users
Milestone

Comments

@sana7044
Copy link
Collaborator

Describe the bug
Currently, the application allows deleting a user's document from Firestore, but their authentication credentials (email and password) remain intact in Firebase Authentication. This creates inconsistencies where users can still log in despite their data being removed from Firestore.

To Reproduce
Steps to reproduce the behavior:

  1. Log in as an admin user.
  2. Navigate to http://localhost:9200/admin/users.
  3. Use the current delete functionality to remove a user.
  4. Attempt to log in using the deleted user's credentials.
  5. Observed Behavior: The deleted user is still able to log in, although their Firestore data no longer exists.
@sana7044 sana7044 added Type: Bug Something isn't working Type: External Suggestion coming from users labels Dec 31, 2024
@sana7044 sana7044 added this to the Release 3.0 milestone Dec 31, 2024
@sana7044 sana7044 self-assigned this Dec 31, 2024
@sana7044 sana7044 moved this from To Do to In Progress in Celebrity Fanalyzer: Microsoft Kanban Board Jan 1, 2025
sana7044 added a commit that referenced this issue Jan 15, 2025
sana7044 added a commit that referenced this issue Jan 15, 2025
sana7044 added a commit that referenced this issue Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium Type: Bug Something isn't working Type: External Suggestion coming from users
Projects
Development

No branches or pull requests

2 participants