Skip to content

Files

Latest commit

 

History

History
14 lines (11 loc) · 566 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 566 Bytes

Firebase Serverless rest api starter

Setup

  1. Create firebase project
  2. Download service key from project settings and copy to functions/serviceKey.json
  3. Create new web app config in project settings and copy to functions/src/features/auth/auth.service.ts
  4. Install java for emulators
  5. Install firebase-tools: npm i -g firebase-tools
  6. Install functions dependencies in functions folder: npm install
  7. Start dev in functions folder: npm run dev
  8. Start emulator from root folder: firebase emulators:start

For testing check functions/README.md