-
Notifications
You must be signed in to change notification settings - Fork 594
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
App Check and Storage, Functions, and RtDb support #2601
Conversation
Co-authored-by: Sebastian Schmidt <mrschmidt@google.com>
Fixed merge conflicts in firebase-storage.gradle and FirebaseStorage.java.
Coverage ReportAffected SDKs
Test Logs
NotesHTML coverage reports can be produced locally with Head commit (235f5b9a) is created by Prow via merging commits: 1275ceb b9951af. |
Binary Size ReportAffected SDKs
Test Logs
NotesHead commit (235f5b9a) is created by Prow via merging commits: 1275ceb b9951af. |
…ret environment variable for the public repo.
I've disabled the App Check integration tests, as we need to reconfigure the debug secret environment variable for the public repo before the tests will work. The |
appcheck/firebase-appcheck-debug-testing/firebase-appcheck-debug-testing.gradle
Outdated
Show resolved
Hide resolved
* Implement token refresh opt-out API. * Fix and add tests. * Update Javadoc. * Fix lint error.
…id-sdk into app-check
…eedback and suppress lint error.
/test check-changed |
@rosalyntan: The following test 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. |
/test check-changed |
Open-sourcing ongoing App Check SDK work. Changes in this PR have been reviewed in separate PRs in the private repo.
Co-authored-by: Malcolm Deck mdeck@google.com
Co-authored-by: Vladimir Kryachko vkryachko@google.com
Co-authored-by: Sebastian Schmidt mrschmidt@google.com