Skip to content

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

Merged
merged 5 commits into from
May 29, 2019
Merged

Conversation

morganchen12
Copy link
Contributor

UI tests are currently broken due to underlying changes in Firebase Auth.

[self.auth signInWithCredential:credential
completion:^(FIRAuthDataResult *_Nullable authResult,
NSError *_Nullable error) {
[self.auth signInAndRetrieveDataWithCredential:credential
Copy link
Contributor

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/

Copy link
Contributor Author

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.

Copy link
Contributor Author

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 */ = {
Copy link
Contributor

Choose a reason for hiding this comment

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

remove?

Copy link
Contributor Author

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 */,
Copy link
Contributor

Choose a reason for hiding this comment

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

remove?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants