Skip to content

Commit

Permalink
🔥 Hotfix: remove safari-incompatible regex expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
actuallymentor committed Nov 9, 2023
1 parent 7085ae2 commit 86287b5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 23 deletions.
16 changes: 1 addition & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,4 @@ To configure Firebase services:

1. Enable firestore, functions, hosting, analytics
2. Enable [app check]( https://console.firebase.google.com/u/0/project/poap-qr-kiosk/settings/appcheck ) ([docs](https://firebase.google.com/docs/app-check/web/recaptcha-provider))
3. Fill out all variables in `.env`

To Configure backend:

1. Set keys using `firebase functions:config:set key=value`:
- `auth0.audience`
- `auth0.client_id`
- `auth0.client_secret`
- `auth0.endpoint`
- `sendgrid.fromemail`
- `sendgrid.apikey`
- `poap.apikey`
- `recaptcha.secret`
- `kiosk.publicUrl`
1. `firebase functions:config:get > .runtimeconfig.json`
3. Fill out all variables in `.env` from 1Password
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@heroicons/react": "^2.0.18",
"@poap/poap-components": "^0.1.20",
"@poap/sane-data": "^0.0.4",
"@poap/sane-data": "^0.0.7",
"@rive-app/react-canvas": "^4.5.0",
"@vitejs/plugin-react": "^4.1.1",
"cypress": "^11.2.0",
Expand Down

0 comments on commit 86287b5

Please sign in to comment.