feat: implement Firebase user cleanup for pentest sessions #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The cleanup module (compliance-agent/src/pentest/cleanup.rs) has a placeholder for Firebase identity provider that logs a warning and skips cleanup.
Implement Firebase user cleanup using the Firebase Admin SDK REST API:
Reference: cleanup.rs line 27-29 (IdentityProvider::Firebase branch)