The Firebase SDK for Cloud Storage quickstart demonstrates how to connect to Cloud Storage, store data, and retrieve a download URL from a web client.
npm install -g firebase-tools
and then configure it with firebase login
.firebase use --add
and select the Firebase project you have created.firebase serve
using the Firebase CLI tool to launch a local server.© Google, 2016. Licensed under an Apache-2 license.