Skip to content

Ironhack-Archive/ih-mobile-app

Repository files navigation

Ironboost Application

Build

yarn
yarn start

Config

Set up a firebase project and add it in firebase.js.

The dependencies:

  • SendGrid with an API Key.
  • Google Sheets with a client ID and a client secret for OAuth2, and a sheet ID in which one to write.

The configuration

firebase functions:config:set sendgrid.from="[email protected]" sendgrid.key="API_KEY"
firebase functions:config:set postulate.sender="[email protected]"
firebase functions:config:set sheets.client_id="CLIENT_ID" sheets.client_secret="CLIENT_SECRET" sheets.sheet_id="SHEET_ID"

Deployment

firebase deploy

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors