next-firebase
v1.1.1
Published
> Quickly scaffold a Next.js + Firebase app
Downloads
85
Maintainers
Readme
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