Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
its-me-abhishek authored Dec 7, 2024
1 parent e42ecbf commit 392eb80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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`

0 comments on commit 392eb80

Please sign in to comment.