Package Exports
- firebase-frameworks
- firebase-frameworks/client/auth
- firebase-frameworks/server
- firebase-frameworks/server/firebase-aware
- firebase-frameworks/tools
Readme
Firebase CLI framework-awareness
Frameworks
Built-in frameworks | ||||
---|---|---|---|---|
Next.js | Angular | 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
$ cd <YOUR-GIT-CHECKOUT>
$ npm i
$ npm run build