Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
/ firehsip-stripe-fb Public archive

Fireship.io - Stripe Course as Firebase cloud functions!

Notifications You must be signed in to change notification settings

kddige/firehsip-stripe-fb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firehsip-stripe-fb

Fireship.io - Stripe Course as Firebase cloud functions!

Installation

Simple. Clone the repo. And run the following from the repo folder:

$ npm i --save

Config

Remember to set the following in your firebase config.

$ firebase functions:config:set stripe.secret="YOUR STRIPE SECRET KEY"
$ firebase funcitons:config:set stripe.whsec="YOUR WEBHOOK SECRET KEY" // This one is webhook specific
$ firebase functions:config:set web.url="MY AWESOME STRIPE WEBSITE!" // This one is only used in the "checkout.ts"

ALSO...

Remember to init this as a firebase functions folder:

$ firebase init functions

About

Fireship.io - Stripe Course as Firebase cloud functions!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published