diff --git a/README.md b/README.md index e7431e5..f7e912b 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ npm install REACT_APP_OPENAI_API_KEY = [Your Open AI key here] ``` +6. Configure Firebase +- Go to [firbase console](https://console.firebase.google.com/) & click on add project, follow the guidelines to create new firebase project +- Once project is created you'll see the config file generated for you. If you do not find the config file, see the Project Overview section on the left panel. Just click the gear icon which is at the right of Project Overview, there you'll see the Project Setting. +- Click on the Project Setting, scroll to the bottom there you'll see "Your apps" section. You need to select web with symbols. Click on the icon and follow along to add firebase to your web app. Once you'll have your config file update your firebase.config file in the client/src folder. ## Usage