Skip to content

Commit c4353f6

Browse files
docs(SELF_HOSTING.md): add Firebase domain whitelisting instructions (@tobilobasalawu) (monkeytypegame#6832)
### Description Improved the `SELF_HOSTING.md` documentation by adding clear instructions for whitelisting domains in Firebase Authentication. #### Changes: - Explained the purpose of Firebase's authorized domains - Provided a step-by-step guide on how to whitelist your domain(s) --- ### Checks - [x] Check if any open issues are related to this PR; if so, be sure to tag them below. - [x] Make sure the PR title follows the Conventional Commits standard. (https://www.conventionalcommits.org for more info) - [x] Make sure to include your GitHub username prefixed with @ inside parentheses at the end of the PR title. --- ### Issue Reference Closes [monkeytypegame#6809](monkeytypegame#6809)
1 parent 1a07ffc commit c4353f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/SELF_HOSTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ Stop the running docker containers using `docker compose down` before making any
5252
- open the [firebase console](https://console.firebase.google.com/) and open your project
5353
- go to `Authentication > Sign-in method`
5454
- enable `Email/Password` and save
55+
- whitelist your domain
56+
- In the Firebase console, go to `Authentication > Sign-in method`
57+
- Scroll to `Authorized domains`
58+
- Click `Add domain` and enter the domain where you’ll host the Monkeytype frontend (e.g. `localhost`)
5559
- generate service account
5660
- go to your project settings by clicking the `` icon in the sidebar, then `Project settings`
5761
- navigate to the `Service accounts` tab

0 commit comments

Comments
 (0)