Description
Is there an existing issue for this?
- I have searched the existing issues and found no duplicates.
What plugin is this bug for?
Firebase UI Auth
What platform(s) does this bug affect?
Android, iOS, Windows, Linux, Web, macOS
List of dependencies used.
flutter pub deps -s list
firebase_ui_auth: 1.16.1 firebase_ui_oauth_google: 1.4.1 firebase_ui_oauth_apple: 1.3.1
Steps to reproduce
Check the profile page from Firebase UI Auth.
We have no way to prevent a deletion if for example the user is engaged somewhere and didn't cancel some pending critical actions. What i mean is it could be interesting to have a way to run a function before deleting any user account, if we could override the default modal that could be a solution. Also, a custom modal can allow developer to force user to type something to confirm that he well want to delete his account and so prevent any miss click.
Expected Behavior
I think we should have a way to override the default behavior of the delete action to insert our own logic.
Overall, it could be interesting to increase the way users can customise or override this package.
Actual Behavior
No callback exist to override the default action.
Additional Information
No response