diegolarraz / Stripe-on-React-with-firebase-cloud-functions

This is a simple example of Stripe Payment on React with firebase cloud functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple example of Stripe Payment on React with firebase cloud functions.

To run client: npm start

To run cloud function locally: $ cd cloudfunctions $ firebase serve --only functions

To deploy cloud function to firebase: You must have enabled billing at fireabe. $ cd cloudfunctions $ firebase deploy --only functions

About

This is a simple example of Stripe Payment on React with firebase cloud functions.


Languages

Language:JavaScript 78.7%Language:HTML 14.0%Language:CSS 7.3%