You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to delete the account from that screen. (For this function, no firebase UI action is provided which can also help us delete the account data from database.)
Expected Behavior
Whenever we delete the account in profile section in firebase UI auth. It deletes the account from firebase but doesn't gives an action to delete the account from our database. We want to delete the account from our database. So, please provide the action to delete the account from the database. Also, delete account function doesnt give any callback specifying that the user is successfully deleted so that we can perform further actions.
Actual Behavior
When we delete the account it deletes from firebase but doesnt give any function (action) which we can call to delete the user data from the database which we are using. Also, delete account function doesnt give any callback specifying that the user is successfully deleted so that we can perform further actions.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
ErR0rpj
changed the title
Give Firebase UI action for display name & delete account
Give Firebase UI action for delete account
Oct 11, 2023
Is there an existing issue for this?
What plugin is this bug for?
Firebase UI Auth
What platform(s) does this bug affect?
Android, iOS, Web, macOS, Linux, Windows
List of dependencies used.
flutter pub deps -s list
dev dependencies:
transitive dependencies:
Steps to reproduce
Expected Behavior
Whenever we delete the account in profile section in firebase UI auth. It deletes the account from firebase but doesn't gives an action to delete the account from our database. We want to delete the account from our database. So, please provide the action to delete the account from the database. Also, delete account function doesnt give any callback specifying that the user is successfully deleted so that we can perform further actions.
Actual Behavior
When we delete the account it deletes from firebase but doesnt give any function (action) which we can call to delete the user data from the database which we are using. Also, delete account function doesnt give any callback specifying that the user is successfully deleted so that we can perform further actions.
Additional Information
No response
The text was updated successfully, but these errors were encountered: