Skip to content

Commit

Permalink
temporarily disable
Browse files Browse the repository at this point in the history
  • Loading branch information
sserrata committed Dec 10, 2024
1 parent 1c13641 commit 8cb3ede
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Applause/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ function ApplauseButton() {

if (customFields.recaptchaApiKey && ExecutionEnvironment.canUseDOM) {
app = initializeApp(firebaseConfig);
appCheck = initializeAppCheck(app, {
provider: new ReCaptchaEnterpriseProvider(customFields.recaptchaApiKey),
isTokenAutoRefreshEnabled: true,
});
// appCheck = initializeAppCheck(app, {
// provider: new ReCaptchaEnterpriseProvider(customFields.recaptchaApiKey),
// isTokenAutoRefreshEnabled: true,
// });
db = getFirestore(app);
docRef = doc(db, COLLECTION_ID, docId);
}
Expand Down

0 comments on commit 8cb3ede

Please sign in to comment.