diff --git a/functions/src/index.ts b/functions/src/index.ts index dc27c3f..d39a9d7 100644 --- a/functions/src/index.ts +++ b/functions/src/index.ts @@ -12,7 +12,7 @@ initializeApp(); export const helloWorld = https.onRequest((request, response) => { // logger.info("Hello logs!", { structuredData: true }); - response.send("Hello from Firebase!" + " " + CF_TURNSTILE_KEY); + response.send("Hello from Firebase!" + " " + CF_TURNSTILE_KEY.value()); }); // extreme cases where we need to shut off the button but still show a count