Delete User

Use the deleteFirebaseUser method to delete the current user account and signs out the user from your application.

Method

await FirebaseApp.firebaseAuth?.deleteFirebaseUser();

Parameters

  • None

Return

  • void: This method does not return a value.

This method deletes the specified current user account from your Firebase project.

Last updated