Skip to content

Instantly share code, notes, and snippets.

@iosifnicolae2
Created November 21, 2024 12:59
Show Gist options
  • Save iosifnicolae2/254554fd0f7826f733ed735e62dcfc6d to your computer and use it in GitHub Desktop.
Save iosifnicolae2/254554fd0f7826f733ed735e62dcfc6d to your computer and use it in GitHub Desktop.
Delete Firebase users faster
function deleteAccount() {
$("#auth-users-table > tbody > tr:nth-child(1) > td.mat-mdc-cell.mdc-data-table__cell.cdk-cell.mat-cell-action.cdk-column-actions.mat-column-actions.ng-star-inserted > edit-account-menu > button > mat-icon").click();
$(".mat-mdc-menu-item:nth-child(2)").click()
$(".confirm-button").click()
}
deleteAccount();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment