Skip to content

Commit

Permalink
Merge pull request #246 from rimorin/staging
Browse files Browse the repository at this point in the history
docs: update recaptcha instructions
  • Loading branch information
rimorin authored Sep 20, 2023
2 parents 55e0fe1 + ddec5fe commit 8400f91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Configuration is done using a seperate [administration module](https://github.co

- Firebase Appcheck setup (Recommend to setup once app domain is active)

1. Register domain in Google [Recaptcha](https://www.google.com/recaptcha/about/) v3 (Not enterprise).
2. Copy public key to environment variable, `VITE_FIREBASE_RECAPTCHA_PUBLIC_KEY`.
1. Register domain in Google [Recaptcha](https://www.google.com/recaptcha/about/) enterprise.
2. Copy public key to environment variable, `VITE_FIREBASE_RECAPTCHA_ENTERPRISE_SITE_KEY`.
3. Copy secret key to Firebase appcheck
4. Enforce
5. Build package
Expand Down

0 comments on commit 8400f91

Please sign in to comment.