This is a simple server application that allows to enable Firebase Cloud Messaging Push Notification for Firebase Chat Demo.
Follow the instructions here to setup your firebase functions.
Go to google cloud console, select your project, go to service accounts, create a new service account, then create a new json key, name the file serviceAccountKey.json and put it in the functions folder.
Run npm install to retrieve all the necessary dependencies.
Run firebase deploy --only functions .