Nodejs Chat Application developed using socketio library and Firebase Cloud Firestore database.
To use the Firebase Admin SDK on your own server (or any other Node.js environment), use a service account. Go to IAM & admin > Service accounts in the Cloud Platform Console. Generate a new private key and save the JSON file.
Before starting the app in development mode make sure to download the key file from Google Cloud Platform and create a new directory named config after that paste the json file in it.
To install nodemon use the following command :
Start the local server with nodemon.
Start the local server without nodemon.