bphkns / NestJs-Firebase-Cloud-Functions-Initial-Template

A Initial template for a new NestJs project configured to be able to upload to cloud functions of firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Js logo Firebase Cloud Functions logo

NestJs Firebase Cloud Functions

A initial template for a new NestJs project configured to be able to upload to cloud functions of firebase

Steps to follow to work on this template:

  1. Clone this repository
  2. Set up your firebase project with: firebase init
  3. Change to the functions folder cd ./functions/
  4. Install all dependencies npm intall
  5. Do a local test with the firebase local server npm run serve so you can see that everything is fine.
  6. Once you see it running without errors in your local environment, take the project to the server npm run deploy
  7. Start the development of your back end using nestJs: npm run start:dev

Buy Me A Coffee

About

A Initial template for a new NestJs project configured to be able to upload to cloud functions of firebase


Languages

Language:HTML 58.4%Language:TypeScript 41.6%