FirebaseUI-Flutter
FirebaseUI-Flutter copied to clipboard
Bumps [send](https://github.com/pillarjs/send) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `send` from 0.18.0 to 0.19.0 Release notes Sourced from send's releases. 0.19.0 What's Changed Remove link renderization in...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.4.0. Release notes Sourced from actions/upload-artifact's releases. v4.4.0 Notice: Breaking Changes :warning: We will no longer include hidden files and folders by default in the...
## Description When user try to delete his account, when the exception 'requires-recent-login' appear, user need to login again and click again on the modal to confirm the account deletion....
### Is there an existing issue for this? - [x] I have searched the existing issues and found no duplicates. ### What plugin is this bug for? Firebase UI Auth...
## Description Add a callback to let developers override the default account deletion modal. ## Related Issues https://github.com/firebase/FirebaseUI-Flutter/issues/492 ## Checklist Before you create this PR confirm that it meets all...
## Description Fix EmailVerificationController lifecycle. Before the change, each visit to `EmailVerificationScreen` creates a new controller that is kept indefinitely in the background and updated on the app resume. Since...
## Description EmailVerificationScreen might be created a second time to perform an animated transition to another screen. The second instance shouldn't send a verification email to an already verified address....
### Is there an existing issue for this? - [x] I have searched the existing issues and found no duplicates. ### What plugin is this bug for? Firebase UI OAuth...
Make the static const ## Description The const keyword must be moved to let the static be const. ## Related Issues I want to use the statis as a const....