https://github.com/leerob/nextjs-vercel-firebase
Next.js App Router + Firebase
https://github.com/leerob/nextjs-vercel-firebase
firebase firestore nextjs vercel
Last synced: 17 days ago
JSON representation
Next.js App Router + Firebase
- Host: GitHub
- URL: https://github.com/leerob/nextjs-vercel-firebase
- Owner: leerob
- Created: 2019-07-19T00:58:39.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-20T01:59:57.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T15:19:54.103Z (24 days ago)
- Topics: firebase, firestore, nextjs, vercel
- Language: TypeScript
- Homepage:
- Size: 249 KB
- Stars: 275
- Watchers: 2
- Forks: 35
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fleerob%2Fnextjs-vercel-firebase&env=NEXT_PUBLIC_FIREBASE_PROJECT_ID,FIREBASE_CLIENT_EMAIL,FIREBASE_PRIVATE_KEY&project-name=nextjs-firebase&repo-name=nextjs-firebase)
# Next.js + Vercel + Firebase
> Next.js app using API Routes to connect with Firestore.
## Built With
- [Next.js](https://nextjs.org/)
- [Firebase](https://firebase.google.com)
- [Vercel](https://vercel.com)## Running Locally
### Setup
1. Create a project in [Firebase](https://firebase.google.com/docs/firestore/quickstart).
1. Download your Firebase Service Account.
1. 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.