Next.js Firebase PWA
Next.js serverless PWA with Firebase and React Hooks
This is a template for projects using React (with Hooks), static site generation (SSG) or server-side rendering (SSR) via Next.js, and Firebase as a backend. It offers a fast, all-JavaScript development experience.
Key features:
- PWA-ready: Includes
manifest.json
and offline support. - Serverless deployment: Designed for Vercel.
- Firebase Firestore: Uses Firestore as a database.
- Firebase Authentication: Includes login/signup functionality.
- SSG/SSR: Supports both static site generation and server-side rendering.
- React Hooks and Context: For state management and business logic.
- Flexible data model: No GraphQL or REST API required.
- CSS styling: Easy to customize with CSS.
- SEO support: Includes
sitemap.xml
androbots.txt
. - Google Analytics: Integrated Google Analytics support.
- Linting and formatting: Uses StandardJS.