next-firebase

1.1.1 • Public • Published

next-firebase

Quickly scaffold a Next.js + Firebase app

In order to serve dynamic Next.js apps on Firebase, this includes a custom deploy script that integrates with Firebase Hosting & Firebase Functions.

Create a project

With Server Side Rendering

npx next-firebase [project_name] [project_id]

Without Server Side Rendering (only static)

npx next-firebase [project_name] [project_id] --static

Example

npx next-firebase my-app my-app-72e8yG

Dev server

npm start

Deploy

npm run deploy

Package Sidebar

Install

npm i next-firebase

Weekly Downloads

16

Version

1.1.1

License

MIT

Unpacked Size

26.2 kB

Total Files

4

Last publish

Collaborators

  • kenmueller