https://github.com/ganeshsivakumar/update-to-premium-function
A simple template to manage payments for apps/websites using firebase, stripe and zapier
https://github.com/ganeshsivakumar/update-to-premium-function
firebase firebase-cloud-functions firebase-firestore stripe zapier
Last synced: 8 months ago
JSON representation
A simple template to manage payments for apps/websites using firebase, stripe and zapier
- Host: GitHub
- URL: https://github.com/ganeshsivakumar/update-to-premium-function
- Owner: Ganeshsivakumar
- Created: 2023-06-14T14:32:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T15:16:47.000Z (over 2 years ago)
- Last Synced: 2025-01-09T20:00:54.328Z (9 months ago)
- Topics: firebase, firebase-cloud-functions, firebase-firestore, stripe, zapier
- Language: JavaScript
- Homepage: https://medium.com/@ganxesh/my-simple-template-to-charge-users-of-your-software-product-af6f28f23b10
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# update-to-premium-function
This firebase cloud function is part of a payment flow, that can be used to collect payment for a software product from a user using a stripe payment link and automatically
update the user to a premium user and let the user access the premium part of the app, without having to integrate stripe payment gateway.medium post about the payment flow - https://ganxesh.medium.com/my-simple-template-to-charge-users-of-your-software-product-af6f28f23b10