Skip to content

Commit cd1ee8d

Browse files
authored
Remove placeholder token constant from Firebase App Check (#12374)
1 parent 3ff2b27 commit cd1ee8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

FirebaseAppCheck/Sources/Core/FIRAppCheck.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@
4848

4949
static id<FIRAppCheckProviderFactory> _providerFactory;
5050

51-
static NSString *const kDummyFACTokenValue = @"eyJlcnJvciI6IlVOS05PV05fRVJST1IifQ==";
52-
5351
@interface FIRAppCheck () <FIRAppCheckInterop, GACAppCheckTokenDelegate>
5452
@property(class, nullable) id<FIRAppCheckProviderFactory> providerFactory;
5553

0 commit comments

Comments
 (0)