Skip to content

Instantly share code, notes, and snippets.

@hiranya911
Created August 4, 2021 22:54
Show Gist options
  • Save hiranya911/f072cb10e9357c41e93cffd852c18808 to your computer and use it in GitHub Desktop.
Save hiranya911/f072cb10e9357c41e93cffd852c18808 to your computer and use it in GitHub Desktop.
// With App Check JS SDK included as:
// <script src="https://www.gstatic.com/firebasejs/9.0.0-beta.7/firebase-app-check-compat.js"></script>
const { initializeAppCheck, ReCaptchaV3Provider } = require("firebase/app-check");
const appCheck = initializeAppCheck(app, {
provider: new ReCaptchaV3Provider(siteKey),
isTokenAutoRefreshEnabled: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment