Skip to content

Commit

Permalink
Remove placeholder token constant from Firebase App Check (#12374)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard authored Feb 8, 2024
1 parent 3ff2b27 commit cd1ee8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions FirebaseAppCheck/Sources/Core/FIRAppCheck.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@

static id<FIRAppCheckProviderFactory> _providerFactory;

static NSString *const kDummyFACTokenValue = @"eyJlcnJvciI6IlVOS05PV05fRVJST1IifQ==";

@interface FIRAppCheck () <FIRAppCheckInterop, GACAppCheckTokenDelegate>
@property(class, nullable) id<FIRAppCheckProviderFactory> providerFactory;

Expand Down

0 comments on commit cd1ee8d

Please sign in to comment.