firebase-framework-tools icon indicating copy to clipboard operation
firebase-framework-tools copied to clipboard

Experimental addon to the Firebase CLI to add web framework support

Results 75 firebase-framework-tools issues
Sort by recently updated
recently updated
newest added

Everything works from my example repo when I serve locally. https://github.com:CodingCatDev/ccd-starter-nextjs-tailwind-firebase.git When I try to hit a SSR endpoint I get Internal Server Error My assumption is that I am...

bug
Next.js
investigation needed

Tried to take frameworkaware for a spin with a sample next.js site from the guides: https://nextjs.org/learn/basics/create-nextjs-app/setup , but `firebase serve` and `firebase deploy`did not detect the framework even even after...

bug
Next.js
investigation needed
Work around provided

The Cloud Function being created for server-side rendering (of a Next.js app in my case) seems to be deployed to region `us-central1` by default, and seems to have 256 MB...

enhancement
Cloud Function
Work around provided

I am trying to use a preview channel when deploying a Next.js application. Helpfully, the CLI warns me that preview channels will not work with the generated Cloud Function (yet?...

Next.js
investigation needed
Build step

Feature request for: [Data Fetching: Incremental Static Regeneration | Next.js](https://nextjs.org/docs/basic-features/data-fetching/incremental-static-regeneration#on-demand-revalidation-beta) Technically this is a beta-feature of next, especially notable w/ `unstable_revalidate` method; but I'm wondering if we're considering support for...

enhancement
Next.js

First off, cool stuff. I create a new Angular project and added Universal. Manage to deploy with a simple `firebase deploy --only hosting` The bundle size is very big compare...

Angular
investigation needed
Build step

First of all, this effort is fantastic, thank you for pursuing it. One of the Next.js features that require a Next.js server is [Internationalized Routing](https://nextjs.org/docs/advanced-features/i18n-routing). In a demo project I...

bug
enhancement
Next.js

Seems like the autogenerated function may be ignoring deps from the next config file. Error: ``` Error: Cannot find module './next-i18next.config' Require stack: - MYSITE/.firebase/MYPROJECT/functions/next.config.js at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.mod._resolveFilename...

bug
Next.js
Nuxt
Cloud Function
Build step

As stated in the title, when running Firebase deploy on a NextJS app with peer dependency issues, the command fails with the expected `unable to resolve dependency tree`. Is there...

Hi 👋, Supporting frameworks like Next, Nuxt etc is really great. Is there support coming for Remix as well? Currently, going through the latest release, is this something that we...