basitng / stripe-firebase-app

A tutorial NextJS project using Firebase backend for authentication and Stripe for payments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stripe Firebase App

This is a NextJS app that integrates Firebase with Stripe payments (for monthly subscriptions). To try it out, install all the dependencies:

yarn install
# OR
npm install

Then run the development server:

yarn dev
# OR
npm run dev

You'll also need to replace the Firebase SDK keys in src/firebase.ts and Stripe price ID in src/account/page.tsx with your own stuff.

Tech Stack

You also need Stripe Payment Extension to integrate Stripe with Firebase.

About

A tutorial NextJS project using Firebase backend for authentication and Stripe for payments.


Languages

Language:TypeScript 94.1%Language:JavaScript 5.4%Language:CSS 0.5%