-
Notifications
You must be signed in to change notification settings - Fork 626
feat: implement Firebase App Check KTX #3893
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
Size Report 1Affected Products
Test Logs
Notes |
Coverage Report 1Affected Products
Test Logs
Notes |
/test check-changed |
Edit: a fix was sent to the main branch. I merged the changes and
|
* Use ImmutableList (rather than List) for CompositeFilters. * use unmodifiableList.
…#3903) This should fix errors seen in CI.
To match the change done in the IOS repo firebase/firebase-ios-sdk#10009
* Fix 238932261 * Change log
* feat: implement Firebase App Check KTX * File must end with a newline (\n) * Use unmodifiableList for CompositeFilters. (#3881) * Use ImmutableList (rather than List) for CompositeFilters. * use unmodifiableList. * Update the query protos. (#3880) * Clean up FirebaseApp instances before setting up a new one. (#3903) This should fix errors seen in CI. * Fix reports endpoint URL (#3899) * Update name of file in CPP repo. (#3901) To match the change done in the IOS repo firebase/firebase-ios-sdk#10009 * Ensure Client exists (#3900) * Fix 238932261 * Change log Co-authored-by: Ehsan <[email protected]> Co-authored-by: Rodrigo Lazo <[email protected]> Co-authored-by: Lee Kellogg <[email protected]> Co-authored-by: wu-hui <[email protected]>
PR for go/fac-ktx-api-proposal