git clone https://github.com/pydevops/quickstart-js.git
on your laptop.- Insert the corresponding
firebase web app
config copied from firebase web console in storage/index.html - Set up for development and deploy
$ brew install node # install node if you haven't
$ npm install -g firebase-tools
$ cd storage
$ firebase login
$ firebase use --add # add an active firebase project **firebase-project-id** with an alias
$ firebase serve # Start development server
firebase deploy
tohttps://<firebase-project-id>.firebaseapp.com/