Skip to content

Commit

Permalink
remove debug token (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSchlangen authored Oct 4, 2023
1 parent 1294317 commit 0cb2033
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app-dev/party-game/app/lib/firebase-client-initialization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ export let appCheck: AppCheck;
if (typeof window !== 'undefined') {
// Create a ReCaptchaEnterpriseProvider instance using your reCAPTCHA Enterprise
// site key and pass it to initializeAppCheck().
// @ts-expect-error
self.FIREBASE_APPCHECK_DEBUG_TOKEN = true;
// self.FIREBASE_APPCHECK_DEBUG_TOKEN = true;
appCheck = initializeAppCheck(app, {
provider: new ReCaptchaEnterpriseProvider('6Lc3JP8nAAAAAPrX4s-HwUT8L-k_aMtbKGhJEq_0'),
isTokenAutoRefreshEnabled: true, // Set to true to allow auto-refresh.
Expand Down

0 comments on commit 0cb2033

Please sign in to comment.