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

Renamed AppCheck to AppCheckCore #11581

Merged
merged 4 commits into from
Jul 21, 2023
Merged

Renamed AppCheck to AppCheckCore #11581

merged 4 commits into from
Jul 21, 2023

Conversation

andrewheard
Copy link
Contributor

Renamed the App Check (Lite) SDK to App Check Core.

#no-changelog

@andrewheard andrewheard marked this pull request as ready for review July 21, 2023 13:47
@@ -85,8 +85,6 @@ - (void)getTokenWithCompletion:(void (^)(FIRAppCheckToken *_Nullable token,
[self.debugProvider getTokenWithCompletion:^(GACAppCheckToken *_Nullable internalToken,
NSError *_Nullable error) {
if (error) {
FIRAppCheckDebugLog(kGACLoggerAppCheckMessageDebugProviderFailedExchange,
Copy link
Member

Choose a reason for hiding this comment

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

Is this delete intentional?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is intentional but thank you for double checking!

Context: The message with code GACLoggerAppCheckMessageDebugProviderFailedExchange is already logged in GACAppCheckDebugProvider. I had already refactored kGACLoggerAppCheckMessageDebugProviderFailedExchange in PR #11570 but it didn't trigger FirebaseAppCheck's CI checks so I didn't catch it until now.

@andrewheard andrewheard merged commit e6cc60f into appcheck-lite Jul 21, 2023
67 of 68 checks passed
@andrewheard andrewheard deleted the ah/app-check-core branch July 21, 2023 14:17
@firebase firebase locked and limited conversation to collaborators Aug 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants