Firebase Experimental framework-aware CLI
Usage
$ npm i -g firebase-frameworks
$ cd <MY-APP>
$ firebase-frameworks init
$ firebase-frameworks build
$ firebase-frameworks serve
$ firebase-frameworks deploy
Frameworks
| Built-in frameworks | |
---|
| Next.js | Nuxt | Custom |
---|
SSR | ✅ | ✅ | 👍 |
---|
SPA | ✅ | ✅ | 👍 |
---|
SSG | ✅ | ✅ | 👍 |
---|
SWR/E | ❌ | ❌ | ❌ |
---|
Auth+SSR | ✅ | 👍 | 👍 |
---|
Status | 🔬 | 🔬 | 🔬 |
---|
Status

This repository is maintained by Googlers but is not a supported Firebase product. Issues here are answered by maintainers and other community members on GitHub on a best-effort basis.
Contributors
We'd love to accept your patches and contributions to this project. There are
just a few small guidelines you need to follow. See CONTRIBUTING.
Building
Build and globally install this library
$ cd <YOUR-GIT-CHECKOUT>
$ npm i
$ npm run dev