From 9493f4bf14816e45e46066bdd6374635abc7dab6 Mon Sep 17 00:00:00 2001 From: Aromia <63314208+Arom1a@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:02:12 -0500 Subject: [PATCH] docs: add one key step to configure Firebase (Armo1a) (#4749) * Update CONTRIBUTING_ADVANCED.md * Update CONTRIBUTING_ADVANCED.md based on review --- CONTRIBUTING_ADVANCED.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING_ADVANCED.md b/CONTRIBUTING_ADVANCED.md index d3bfdf0d7..6d473f218 100644 --- a/CONTRIBUTING_ADVANCED.md +++ b/CONTRIBUTING_ADVANCED.md @@ -82,6 +82,7 @@ Within the `frontend/src/ts/constants` directory, duplicate `firebase-config-exa 3. In the `SDK setup and configuration` section, select `npm` 4. The Firebase config will be visible below 5. Paste the config into `firebase-config.ts` + 6. Ensure there is an `export` statement before `const firebaseConfig` If you want to access the frontend from other machines on your network create a file `frontend/.env` with this content: