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.
You also need Stripe Payment Extension to integrate Stripe with Firebase.