Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Latest commit

 

History

History

functions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Functions

Cloud Firebase Functions that power the various aspects of the app. To deploy,

$ npm run deploy --only functions

Email

For sending emails via your firebase functions, you'd need to set your api_key for the service you're using. In this case, we use Sendgrid.

$ firebase functions:config:set sendgrid.key="<API_KEY>"

videoToImages

For this, add a service account key with name service_account_key.json in the lib folder as described here.