firebase / FirebaseUI-Flutter

Apache License 2.0
92 stars 81 forks source link

feat(ui_auth): confirm account deletion #187

Closed lesnitsky closed 7 months ago

lesnitsky commented 7 months ago

ProfileScreen and DeleteAccountButton now have showDeleteConfirmationDialog. If set to true, user will be presented a dialog asking to confirm this action.

Related Issues

Closes #40

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process. Updating the pubspec.yaml and changelogs is not required.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?