Home > @firebase/auth > User > delete
User.delete() method
Deletes and signs out the user.
Signature:
delete(): Promise<void>;
Returns:
Promise<void>
Description
Important: this is a security-sensitive operation that requires the user to have recently signed in. If this requirement isn't met, ask the user to authenticate again and then call one of the reauthentication methods like reauthenticateWithCredential().