-
Notifications
You must be signed in to change notification settings - Fork 4k
feat(ui): add firebase_ui_auth and oauth providers #9343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Should be merged after #9340 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Big PR 😅
packages/firebase_ui_auth/doc/providers/universal-email-sign-in.md
Outdated
Show resolved
Hide resolved
Was this PR created after merging different PR into a branch? I feel like it could gain in readability if it was separated into several commits |
packages/firebase_ui_auth/doc/providers/universal-email-sign-in.md
Outdated
Show resolved
Hide resolved
packages/firebase_ui_auth/doc/providers/universal-email-sign-in.md
Outdated
Show resolved
Hide resolved
b3ca195
to
30b5e48
Compare
## 1.0.0-dev.0 | ||
|
||
- Bump "firebase_ui_auth" to `1.0.0-dev.0`. | ||
|
||
## 0.0.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure how this works either. We've put this manually for the dev release.
Next release should be without -dev.1
postfix, but rather regular 1.0.0
version.
I believe this should be done with --graduate
.
As for actual changelog – it'd just mention a stable release and point to the migration guide in docs section.
Description
See title
Related Issues
Closes #8016, #8091, #9546, #9304, #9379, #8384, #8440, #8497, #8555, #8683, #8788, #8936, #8941, #9325, #8396
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.///
).melos run analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?