You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried that and get a "@firebase/app-check: AppCheck: Requests throttled due to 400 error. Attempts allowed again after 00m:01s (appCheck/throttled)"
Captcha V3 successfully registered in firebase console.
I see something appended with $2 in call list; suspicious it may be calling for version 2 token?
Hi
I have tried to get the current instance of firebase and doing the process from the firebase documentation, but appcheck always returns undefined.
`import React, { Suspense } from "react";
import { useFirebaseApp } from 'reactfire';
const APP_CHECK_TOKEN = 'xxxxxx';
export const AppCheckFirebase = () => {
const app = useFirebaseApp();
const appCheck = app.appCheck();
appCheck.activate(APP_CHECK_TOKEN, true);
return (
<>
</>
);
}`
The text was updated successfully, but these errors were encountered: