JSPM

firebase-frameworks

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10237
  • Score
    100M100P100Q122633F
  • License Apache-2.0

An experimental framework-aware Firebase CLI

Package Exports

  • firebase-frameworks

Readme

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.jsNuxtCustom
SSR👍
SPA👍
SSG👍
SWR/E
Auth+SSR👍👍
Status🔬🔬🔬

Status

Status: Experimental

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