-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[firebase_auth] Migrate to Android v2 embedder. #2275
Conversation
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.
LGTM modulo tests
packages/firebase_auth/firebase_auth/test/firebase_auth_e2e.dart
Outdated
Show resolved
Hide resolved
packages/firebase_auth/firebase_auth/test_driver/firebase_auth_e2e_test.dart
Outdated
Show resolved
Hide resolved
@collinjackson There seems to be flutter driver tests set up in this plugin to test the functionalities. Do we still need to convert them to e2e? |
Convert tests to e2e
fix e2e file location
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.
LGTM
Description
Migrate firebase_auth plugin to android v2 embedder. Keep it backward compatible with v1.
Checklist
///
).flutter 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?