Open E3V3A opened 4 years ago
you'll need to start a firebase project - https://firebase.google.com I'll probably author a Medium Howto article with a clear step-by-step but in the meantime checkout the setupInstructions.pdf file
Look like you also need node to run this, so what npm packages do you need?
The only npm package not listed in package.json is firebase-tools which is used to set up and deploy the app on your own firebase instance. That is typically installed globally. All the other packages, you should be able to download with an npm install
What are the app dependencies and what is needed to install to run server?