Skip to content

Latest commit

 

History

History

functions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Portfolio Cloud Functions

Set Up

Ensure your working directory is functions, not the root directory for all steps.

  1. Prerequisites

  2. Install Dependencies

    npm install
  3. Get Private Key

    Follow the steps in the Firebase documentation to obtain a new private key. Paste the private key into functions/src/service-account.json.

  4. Get Runtime Config

    Ensure you are logged in to the Firebase CLI.

    firebase functions:config:get >.runtimeconfig.json
  5. Start local development

    npm run watch