nextjs-vercel-firebase icon indicating copy to clipboard operation
nextjs-vercel-firebase copied to clipboard

Next.js App Router + Firebase

Deploy with Vercel

Next.js + Vercel + Firebase

Next.js app using API Routes to connect with Firestore.

Built With

Running Locally

Setup

  1. Create a project in Firebase.
  2. Download your Firebase Service Account.
  3. Create a new file .env.local and add environment variables (see .env.example for an example).

Run Locally

$ yarn dev

Your app is available at http://localhost:3000.