-
Notifications
You must be signed in to change notification settings - Fork 616
Initial App Check <> Play Integrity commit #3607
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
The public api surface has changed for the subproject firebase-common: The public api surface has changed for the subproject firebase-annotations: Please update the api.txt files for the subprojects being affected by this change by running ./gradlew ${subproject}:generateApiTxtFile. Also perform a major/minor bump accordingly. |
/test api-information |
…IntegrityAppCheckProvider.
/retest |
/test device-check-changed |
/test device-check-changed |
...in/java/com/google/firebase/appcheck/playintegrity/PlayIntegrityAppCheckProviderFactory.java
Show resolved
Hide resolved
@rosalyntan: The following tests failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
* Initial App Check <> Play Integrity commit (#3607) * Initial commit of App Check Play Integrity files. * Added skeleton code for PlayIntegrityAppCheckProviderFactory and PlayIntegrityAppCheckProvider. * Set version in gradle.properties to 16.0.0-beta01 for now. * Updated wrong gradle.properties file in last commit. * Implement Play Integrity token exchange. (#3613) * Implement Play Integrity exchange. * Update and add unit tests. * Add @nonnull annotation. * Implement Play Integrity attestation flow. (#3618) * Add method to call the `GeneratePlayIntegrityChallenge` endpoint to `NetworkClient`. * Implement Play Integrity attestation flow. * Add project number to IntegrityTokenRequest. * Fix `PlayIntegrityAppCheckProviderTest`s. * Add unit tests. * Address review comments. * Update test app. (#3655) * Update version in `gradle.properties`. * Fix tests broken after merge. * Address review comments. * Address review comment.
Initial commit of skeleton code for new App Check Play Integrity SDK.
The public API has been approved in go/fac-pia-api.