Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.07 KB

Firebase SDK for Cloud Storage Quickstart

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.

Introduction

Read more about Firebase SDK for Cloud Storage

Getting Started

  1. Create your project on the Firebase Console.
  2. Enable the Anonymous sign-in provider in the Authentication > SIGN-IN METHOD tab.
  3. You must have the Firebase CLI installed. If you don't have it install it with npm install -g firebase-tools and then configure it with firebase login.
  4. On the command line run firebase use --add and select the Firebase project you have created.
  5. On the command line run firebase serve using the Firebase CLI tool to launch a local server.

Support

License

© Google, 2016. Licensed under an Apache-2 license.