Go to Google Firebase and sign in with your google account.
Create a new web app in the firebase.
When the app is created successfully, go to its settings and inside the General Settings scroll down to find the "Firebase SDK Snippet".
Find the radio button there i.e. labeled "Config". Click on that button and find your API keys object there.
Now copy the whole API keys object and then in this repo go to src > components > ChatBot > config > firebase > index.js and replace the comment there with your API keys.
Now in the root directory, run the command: npm i (to install all the project packages and dependencies).
Now the chatbot chat console is ready. Now you just need the Dashboard to control the bot (which is in the "admin-panel-ym" repo).