update README.md

This commit is contained in:
Sushant Dhimal 2023-04-24 22:12:43 +05:45 committed by GitHub
parent 1650a7ccea
commit 6d93756441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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 <mark> </> </mark> 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