- Need to implement solution for bulk saving csv values, has a limite right now of about 240 (googleapis/nodejs-firestore#739)
Outside of the fileds included in with this repo, an additional three addition things are needed:
.env
file insrc
which holds the Google App Id.credentials.json
file which holds credentials for a service account for the google app/- Export
GOOGLE_APPLICATION_CREDENTIALS
in~/.bash_profile
and set it to the location ofcredentials.json
Anyone snooping on this project can create their own personal GCP project and reap the benefits of this application by ensuring the three steps above are done.
Back-end server for log.
Consult package.json
for a list of availbale commands. Some basic ones are:
npm start
- start the servernpm test
- run tests
To allow this application to be hit by the mobile app, you can use a service like ngrok. ngrok will expose your port to the internet and allow connections from the web.
ngrok http 4000