Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hgschandeepa/stripe-payments-with-firebase-and-next-js
Stripe payments with Firebase and Next js
https://github.com/hgschandeepa/stripe-payments-with-firebase-and-next-js
Last synced: 2 days ago
JSON representation
Stripe payments with Firebase and Next js
- Host: GitHub
- URL: https://github.com/hgschandeepa/stripe-payments-with-firebase-and-next-js
- Owner: HGSChandeepa
- Created: 2024-06-02T09:11:21.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-02T13:59:59.000Z (6 months ago)
- Last Synced: 2024-06-03T05:49:53.603Z (5 months ago)
- Language: TypeScript
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stripe payments with Firebase and Next-js
This is a NextJS app that integrates Firebase with Stripe payments (for monthly subscriptions). To try it out, install all the dependencies.
# Tech Stack
- [Firebase](https://firebase.google.com/) (authentication & backend)
- [Stripe](https://stripe.com/) (payments)
- [NextJS](https://nextjs.org/) (frontend)You also need [Stripe Payment Extension](https://extensions.dev/extensions/stripe/firestore-stripe-payments) to integrate Stripe with Firebase.