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
- Host: GitHub
- URL: https://github.com/roc41d/crypto-payments-with-firebase
- Owner: roc41d
- Created: 2021-10-06T16:01:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-06T19:20:44.000Z (over 3 years ago)
- Last Synced: 2025-01-21T21:13:33.468Z (4 months ago)
- Topics: cloudfunctions, crypto, firebase, javascript, payments, webapp
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```