Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
actuallymentor committed Apr 3, 2024
1 parent abc5f98 commit 377447f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/firebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const db = () => {

// App check config
if( import.meta.env.NODE_ENV === 'development' || VITE_APPCHECK_DEBUG_TOKEN ) self.FIREBASE_APPCHECK_DEBUG_TOKEN = VITE_APPCHECK_DEBUG_TOKEN || true
log( 'Initialising app check with ', VITE_APPCHECK_DEBUG_TOKEN )
log( 'Initialising app check with ', VITE_APPCHECK_DEBUG_TOKEN || VITE_recaptcha_site_key )
const appcheck = initializeAppCheck( app(), {
provider: new ReCaptchaV3Provider( VITE_recaptcha_site_key ),
isTokenAutoRefreshEnabled: true
Expand Down

0 comments on commit 377447f

Please sign in to comment.