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

Support for new methods isUserStatusPartial shouldUserStatusBeCollected #99

Conversation

pmerlet-at-didomi
Copy link
Contributor

  • Update native sdks
  • Fix tests
  • Add support for new methods isUserStatusPartial and shouldUserStatusBeCollected

@pmerlet-at-didomi pmerlet-at-didomi changed the title Support for new methods iUserStatusPartial shouldUserStatusBeCollected Support for new methods isUserStatusPartial shouldUserStatusBeCollected Jan 16, 2024
felipe-saez
felipe-saez previously approved these changes Jan 16, 2024
@@ -119,7 +119,7 @@ jobs:
gcloud firebase test android run --type instrumentation \
--app android/app/build/outputs/apk/debug/app-debug.apk \
--test android/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \
--device model=MediumPhone.arm,version=33,locale=en,orientation=portrait \
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe you could revert MediumPhone in order to have a more generic device (those devices are encouraged by google)

@@ -27,6 +29,7 @@ class UISetUserTest: BaseUITest() {
assertText("clearUser-OK")
}

/*
@Test
fun test_SetUserWithId() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Using the @Ignore tag may be easier to disable an Android test with a comment

@pmerlet-at-didomi pmerlet-at-didomi merged commit ad04765 into main Jan 17, 2024
3 checks passed
@pmerlet-at-didomi pmerlet-at-didomi deleted the feat/4272-4275-new-methods-isUserStatusPartial-shouldUserStatusBeCollected branch January 17, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants