firebase-framework-tools
firebase-framework-tools copied to clipboard
Experimental addon to the Firebase CLI to add web framework support
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...
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...
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...
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?...
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...
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...
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...
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...
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...