firebase-framework-tools
firebase-framework-tools copied to clipboard
Experimental addon to the Firebase CLI to add web framework support
Since there's currently no documentation is there a quick rundown for how to get Astro SSR working with Firebase? [(There's already support for Vercel, Netlify, Node.js, Cloudflare, and Deno.)](https://docs.astro.build/en/guides/server-side-rendering/#overview)
when I deploy the site the styles are gone somehow, why is that ?
Thank you team for working on this much needed capability. It will help a few sites of mine be able to retire a mess of bash scripts that we use...
[Official Firebase documentation](https://firebase.google.com/docs/hosting/test-preview-deploy) recommends to use the command `firebase emulators:start` over `firebase serve`. Should the documentation be updated to reflect that?
[](url)Issue: trying to get a next.js site deployed to firebase hosting when having 2 sites configured. ```json "hosting": [ { "target": "web", "public": "apps/web/public", "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], "rewrites": [...
I am the author of the [Svelte adapter for Firebase](https://github.com/jthegedus/svelte-adapter-firebase). I am glad to see work on this type of integration with Firebase deploy. I was investigating how to integrate...