From 453ab2738204442c0bfe7ba626db7a529fb56106 Mon Sep 17 00:00:00 2001 From: Yashasv-Prajapati Date: Tue, 15 Aug 2023 14:19:57 +0530 Subject: [PATCH 1/3] updated documentation for FAQs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 735b1743..cf694fc6 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Please adhere to this project's [code of conduct](./code_of_conduct.md). ### Solution :- This problem generally arises when you have not setuped/started the Firebase emulators. -1. [Setup firebase emulator](#install-configure-and-integrate-firebase-emulator-suite). -2. [Start the Emulators](#to-start-the-emulators-) +1. [Setup firebase emulator](#https://firebase.google.com/docs/emulator-suite/install_and_configure#install_the_local_emulator_suite). +2. [Start the Emulators](#https://firebase.google.com/docs/emulator-suite/install_and_configure#startup) 3. Run the app using `npm run dev`. >📝**NOTE** : Remember to start the emulators before running the app. From 4acad2bf5061269d0a0dc44f43884912925718cd Mon Sep 17 00:00:00 2001 From: Yashasv-Prajapati Date: Tue, 15 Aug 2023 14:21:22 +0530 Subject: [PATCH 2/3] updated documentation in FAQs section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf694fc6..5009e52f 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Please adhere to this project's [code of conduct](./code_of_conduct.md). ### Solution :- This problem generally arises when you have not setuped/started the Firebase emulators. -1. [Setup firebase emulator](#https://firebase.google.com/docs/emulator-suite/install_and_configure#install_the_local_emulator_suite). -2. [Start the Emulators](#https://firebase.google.com/docs/emulator-suite/install_and_configure#startup) +1. [Setup firebase emulator](https://firebase.google.com/docs/emulator-suite/install_and_configure#install_the_local_emulator_suite). +2. [Start the Emulators](https://firebase.google.com/docs/emulator-suite/install_and_configure#startup) 3. Run the app using `npm run dev`. >📝**NOTE** : Remember to start the emulators before running the app. From 9798c86825c8be3e46424b885d489547a6c56697 Mon Sep 17 00:00:00 2001 From: Yashasv-Prajapati Date: Tue, 15 Aug 2023 23:03:51 +0530 Subject: [PATCH 3/3] updated FAQs section links in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5009e52f..264dc92d 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ Please adhere to this project's [code of conduct](./code_of_conduct.md). ### Solution :- This problem generally arises when you have not setuped/started the Firebase emulators. -1. [Setup firebase emulator](https://firebase.google.com/docs/emulator-suite/install_and_configure#install_the_local_emulator_suite). -2. [Start the Emulators](https://firebase.google.com/docs/emulator-suite/install_and_configure#startup) +1. [Setup firebase emulator](https://github.com/scorelab/Codelabz/blob/master/CONTRIBUTING.md#firebase-setup). +2. [Start the Emulators]( https://github.com/scorelab/Codelabz/blob/master/CONTRIBUTING.md#run-firebase-emulator) 3. Run the app using `npm run dev`. >📝**NOTE** : Remember to start the emulators before running the app.