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

App Check: Token API for 3P use #8266

Merged
merged 20 commits into from
Jun 23, 2021
Prev Previous commit
Next Next commit
Fix import style 2
  • Loading branch information
ncooke3 committed Jun 22, 2021
commit 8488970200215c6138db15519184e822484fe0de
3 changes: 2 additions & 1 deletion FirebaseAppCheck/Tests/Unit/Core/FIRAppCheckStorageTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@

#import "FBLPromise+Testing.h"

#import "FirebaseAppCheck/Sources/Core/Storage/FIRAppCheckStorage.h"

#import "FirebaseAppCheck/Sources/Core/Errors/FIRAppCheckErrorUtil.h"
#import "FirebaseAppCheck/Sources/Core/FIRAppCheckToken+Internal.h"
#import "FirebaseAppCheck/Sources/Core/Storage/FIRAppCheckStorage.h"

@interface FIRAppCheckStorageTests : XCTestCase
@property(nonatomic) NSString *appName;
Expand Down