Next.js + Vercel + Firebase
Next.js app using API Routes to connect with Firestore.
Built With
Running Locally
Setup
- Create a project in Firebase.
- Download your Firebase Service Account.
- 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.