-
Notifications
You must be signed in to change notification settings - Fork 483
Fix tests and disable UI tests #688
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
[self.auth signInWithCredential:credential | ||
completion:^(FIRAuthDataResult *_Nullable authResult, | ||
NSError *_Nullable error) { | ||
[self.auth signInAndRetrieveDataWithCredential:credential |
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.
signInAndRetrieveDataWithCredential: is deprecated, see my reply in b/
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.
Will clean this up--I merged early so other PRs could have passing tests.
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.
@@ -153,12 +153,20 @@ | |||
/* End PBXFrameworksBuildPhase section */ | |||
|
|||
/* Begin PBXGroup section */ | |||
7DC88936A359F0A20973DC4C /* Pods */ = { |
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.
remove?
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.
These aren't removed by pod deintegrate
for some reason. They're not harmful enough to warrant manually removing all of them.
@@ -75,6 +75,7 @@ | |||
8D69E46021DD8B2E00CFA49B /* FirebaseFirestoreUI */, | |||
8D69E46B21DD8B2E00CFA49B /* FirebaseFirestoreUITests */, | |||
8D69E45F21DD8B2E00CFA49B /* Products */, | |||
905358392FD4EDB2D9802535 /* Pods */, |
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.
remove?
UI tests are currently broken due to underlying changes in Firebase Auth.