From 392eb8089c02dcf05834502c1e4aaf7c7cae76c2 Mon Sep 17 00:00:00 2001 From: Abhishek <114338679+its-me-abhishek@users.noreply.github.com> Date: Sat, 7 Dec 2024 19:41:37 +0530 Subject: [PATCH] Update index.md --- docs/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 875398b..d9a578c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -202,8 +202,10 @@ Note: This step is necessary only for the frontend setup, and can be skipped if measurementId: "" }; export const app = initializeApp(firebaseConfig); +6. Download it, and store it at `frontend/src/lib/` by the name `firebase.ts` + -5. Make sure to update the Firestore rules to the given values, so as to become able to access them over the web frontend: +7. Make sure to update the Firestore rules to the given values, so as to become able to access them over the web frontend: rules_version = '2'; service cloud.firestore { @@ -215,4 +217,3 @@ Note: This step is necessary only for the frontend setup, and can be skipped if } -7. Download it, and store it at `frontend/src/lib/` by the name `firestore.ts`