Skip to content
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

feat(ui): add firebase_ui_auth and oauth providers #9343

Merged
merged 20 commits into from
Oct 17, 2022
Merged

feat(ui): add firebase_ui_auth and oauth providers #9343

merged 20 commits into from
Oct 17, 2022

Conversation

lesnitsky
Copy link
Member

@lesnitsky lesnitsky commented Aug 11, 2022

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.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • My PR includes unit or integration tests for all changed/updated/fixed behaviors (See Contributor Guide).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (melos run analyze) does not report any problems on my PR.
  • I read and followed the Flutter Style Guide.
  • I signed the CLA.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

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

  • Yes, this is a breaking change.
  • No, this is not a breaking change.

@lesnitsky
Copy link
Member Author

Should be merged after #9340

Copy link
Contributor

@Lyokone Lyokone left a 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/phone.md Outdated Show resolved Hide resolved
@Lyokone
Copy link
Contributor

Lyokone commented Aug 18, 2022

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/phone.md Outdated Show resolved Hide resolved
packages/firebase_ui_auth/doc/providers/phone.md Outdated Show resolved Hide resolved
packages/firebase_ui_oauth_facebook/README.md Outdated Show resolved Hide resolved
packages/firebase_ui_auth/doc/providers/email.md Outdated Show resolved Hide resolved
packages/firebase_ui_auth/doc/providers/oauth.md Outdated Show resolved Hide resolved
packages/firebase_ui_auth/doc/providers/oauth.md Outdated Show resolved Hide resolved
packages/firebase_ui_auth/doc/providers/oauth.md Outdated Show resolved Hide resolved
packages/firebase_ui_auth/doc/providers/phone.md Outdated Show resolved Hide resolved
@lesnitsky lesnitsky removed the blocked: do-not-merge PR blocked externally label Oct 13, 2022
Comment on lines +1 to +5
## 1.0.0-dev.0

- Bump "firebase_ui_auth" to `1.0.0-dev.0`.

## 0.0.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't remember now, but do we need this? I just ran melos version and it produced another version:
Screenshot 2022-10-14 at 13 10 08

version - 1.0.0-dev.1 🤔

Copy link
Member Author

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.

packages/firebase_ui_auth/doc/providers/email-link.md Outdated Show resolved Hide resolved
packages/firebase_ui_auth/doc/providers/email-link.md Outdated Show resolved Hide resolved
packages/firebase_ui_auth/doc/providers/email-link.md Outdated Show resolved Hide resolved
packages/firebase_ui_auth/doc/providers/phone.md Outdated Show resolved Hide resolved
packages/firebase_ui_auth/doc/providers/phone.md Outdated Show resolved Hide resolved
packages/firebase_ui_auth/doc/theming.md Outdated Show resolved Hide resolved
@rrousselGit rrousselGit self-requested a review October 17, 2022 09:53
@lesnitsky lesnitsky merged commit db5a5e1 into master Oct 17, 2022
@lesnitsky lesnitsky deleted the ui/auth branch October 17, 2022 12:20
@firebase firebase locked and limited conversation to collaborators Nov 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.