/stripe-firebase-app

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

Primary LanguageTypeScript

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.