An open API service indexing awesome lists of open source software.

https://github.com/roc41d/crypto-payments-with-firebase

Crypto Payments with Coinbase + FIrebase Cloud Functions Demo
https://github.com/roc41d/crypto-payments-with-firebase

cloudfunctions crypto firebase javascript payments webapp

Last synced: 2 months ago
JSON representation

Crypto Payments with Coinbase + FIrebase Cloud Functions Demo

Awesome Lists containing this project

README

        

# Crypto payments with Coinbase + Firebase
Accept crypto payments in your web app with [Coinbase Commerce](https://commerce.coinbase.com) & Firebase Cloud Functions.

### Setup project
```
git clone https://github.com/roc41d/crypto-payments-with-firebase.git
cd functions
npm install

# Run backend
firebase serve

# Run frontend
# open the index.html file found in the root directory
```