Follow instuctions in back/README.MD
Install dependencies:
cd admin_panel/functions && yarn
Download the project config file:
Firebase console -> your bysafe project -> settings -> General settings -> Download latest config file
The, copy the file to: admin_panel/public/firebase-config.json
In admin_panel/public/firebase-app.js, change the backEndpoint
variable to your Cloud Function backend endpoint.
Follow the CLI instructions
yarn firebase deploy