0.1.4 • Published 4 years ago

@robinpay/cloud-functions v0.1.4

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
4 years ago

RobinPay Cloud Functions

RobinPay is powered by serverless functions that do all the hard work.

Installation

To reuse business logic from cloud functions, simply install the package through npm. This will include everything except the cloud function implementations.

npm install @robinpay/cloud-functions

Environment Variables

All environment variables must be lowercase.

NameDescription
robin.channelThe release channel (ex: alpha, beta). Leave blank for prod
robin.domainThe domain of Robin (ex: robinpay.app)
sendgrid.apikeySendGrid API key
sendgrid.fromSengGrid from email (ex: No Reply <noreply@robinpay.app>)

Setting Environment Variables for Firebase

Make sure you have firebase-tools installed then run

firebase functions:config:set robin.channel=alpha robin.domain=robinpay.app sendgrid.apikey=sg_key sendgrid.from=noreply@robinpay.app
0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago