Use the deleteFirebaseUser method to delete the current user account and signs out the user from your application.
deleteFirebaseUser
await FirebaseApp.firebaseAuth?.deleteFirebaseUser();
None
void: This method does not return a value.
This method deletes the specified current user account from your Firebase project.
Last updated 1 year ago