skip to Main Content

Firebase AppCheck POST request is unknown

I'm trying to configure AppCheck in my web app (using SvelteKit). I've registered my web app with recaptcha and then Added this basic code: onMount(async () => { const appCheck = initializeAppCheck(app, { provider: new ReCaptchaV3Provider('my-key'), isTokenAutoRefreshEnabled: true }) })…

VIEW QUESTION
Back To Top
Search