Skip to content

Latest commit

 

History

History
 
 

storage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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

Getting Started

  • Create your project on the Firebase Console.
  • From your Firebase project console, click on red circle button with the caption "Add Firebase to your web app". Alt text
  • Copy the initialization snippet into the index.html file by clicking the red HTML. Alt text
  • The snippet which appears should be placed in the <head> section of index.html.
  • Enable Anonymous auth in the Auth > SIGN IN METHOD tab. Alt text
  • Run firebase serve using the Firebase CLI tool to launch a local server.

Support

License

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