Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 292 Bytes

firebase-cheatsheet.md

File metadata and controls

25 lines (16 loc) · 292 Bytes

back to overwiev

Firebase Cheatsheet

Table of Contents

Cloud Functions

Install

npm install -g firebase-tools
firebase login

cd into the correct directory. Then:

firebase init functions