66 results found
-
I can't publish website
I tried to publish my website on Firebase, but I kept failing. I check cloud build log :
ERROR: failed to build: exit status 1
ERROR: failed to build: executing lifecycle: failed with status code: 51
Finished Step #3 - "pack"
ERROR
ERROR: build step 3 "gcr.io/k8s-skaffold/pack" failed: step exited with non-zero status: 12 votes -
2 votes
-
no se registra mi dominio lleva casi 1 semana, y no tengo menor idea del por que
no se registro mi dominio y no se por que o que esta mal
2 votes -
Django support for firebase app hosting
Django is a very popular framework. It is likely the easiest one to get up and running with, also allowing reusing the code much better than other solutions. No need to say how big Python is and Django (and even Flask) will only become bigger and bigger. Firebase app hosting must support Django. Not tomorrow, now!
2 votes -
preview env links support
currently its needed to deploy the app to firebase hosting AND firebase app hosting to get preview links working, thats making things more complex than needed...
1 vote -
Perform automatic rollouts only for changes to configured app directory
I have a Next.js app within a monorepo for my Firebase project, which also includes an iOS and Android app, each in their own directories. My App Hosting backend is configured for the Next.js app directory, but it appears that the automatic rollouts feature does not take this setting into account when changes are pushed to the repo. I don't want to perform a rollout when making changes only the iOS app, for example.
Automatic rollouts should only perform the rollout (or be able to be configured to) only when the specified app directory contains changes. Path matching is a…
1 vote -
Firebase App Hosting: Full support for Next.js 16
Next.js 16 introduced new APIs and major improvements around caching and rendering behavior. Next also open-sourced its adapter so third-party hosting providers can implement Next.js features more completely and stay aligned with upstream changes.
It would be great if Firebase App Hosting fully supported Next.js 16 by integrating the open-source adapter and ensuring parity with Next.js’s caching and runtime behavior.
1 vote -
I want to know about android app work
Page not found
1 vote -
Support an array/object in firebase.json "emulators"."apphosting" to run multiple apphosting backends at once
Given apphosting supports multiple configured backends, it would greatly improve the emulator's utility to provide a mechanism to emulate all of them locally. With this feature in place firebase can support local emulation of apphosting and cloud run backends configured using hosting
rewriterules when deployed, which is a big win for supporting any number of microservices behind a single domain for integration testing and local dev. We'll still be responsible for implementing a local service discovery mechanism, but we'll have the convenience of just the emulator for spawning all our app processes.From the outside the feature looks like…
1 vote -
Change "apphosting"."ignore" behavior in firebase.json to apply the configured paths from the directory holding firebase.json
I always run my firebase projects as monorepos since they typically incorporate several distinct apps with shared deps. I use my own CI/CD pipeline because the apphosting default is not flexible enough.
When deploying apphosting using the CLI, there is a size limit on the zipped bundle. If the "ignore" behavior would allow me to ignore directories from the project root I wouldn't have problems, but since it's relative to the apphosting "rootDir" I don't have a way to use my entire monorepo for integration testing, etc and then ship my apphosting project using
firebase deploybecause the entire monorepo…1 vote -
There is an error when creating multiple applications.
Hi Firebase Studio team and community,
I'm running into an error when trying to create multiple applications in the platform.
It seems like there's a limit that's causing this issue, and I have to reach out manually to request more.
This is a bit frustrating for power users could this be fixed by introducing a paid tier for additional apps or an auto-billing option to unlock more without the hassle?Thanks for considering this! Firebase Studio is still the best app builder I've used.
Best,
Thanks
Ryan1 vote -
Create documentation for the Docker image requirements for an App Hosting app deployed using Terraform
Add documentation listing the Docker image requirements for an App Hosting app deployed using Terraform. Include sample Dockerfiles for Next and Angular apps.
1 vote -
Checkout git tag specific code and deploy it
If possible there should be a feature that allow developer to checkout git tag specific code and deploy it, just like commit based and branch based deploment.
Example:
If I want to deploy code tagged with v1.0.1 created through github, then firebase apphosting should also provide an option to enter tag. So that, code associated with that tag checkout and deploy on apphosting link.1 vote -
How to access build id created by cloud run in apphosting.yml file and expose it to next.js application
I have a requirement to print build number(build id) in next.js project. How do I access it in apphosting yml file and expose it through environment variable.
1 vote -
Compress responses served by Cloud CDN
I was running https://pagespeed.web.dev/ and it said I could improve LCP and FCP if I enable text compression. This is a feature of Cloud CDN (https://docs.cloud.google.com/cdn/docs/dynamic-compression), which is the CDN that App Hosting uses, but doesn't seem to be enabled for App Hosting.
1 vote -
Support Cloudflare Authenticated Origin Pulls (mTLS) / Load Balancer configurations
App Hosting's Load Balancer is not configurable, so there is no way to restrict traffic origin before it hits the application.
Provide a way to support Authenticated Origin Pulls, either by providing configuration access to the underlying Load Balancer, or via built-in support. https://developers.cloudflare.com/ssl/origin-configuration/authenticated-origin-pull/
1 vote -
Configure Headers in firebase.json or apphosting.yaml
Similarly to what is possible in Firebase Hosting (https://firebase.google.com/docs/hosting/full-config#headers), Firebase App Hosting should also allow setting headers in configurations, be it in firebase.json or apphosting.yaml.
A use case is to add cache-related headers to some resources to prevent the browser from caching them.
1 vote -
Provide referral credits when an application refers an user to Firebase Studio bringing in traffic inflow
Provide referral credits when an application or user name refers an user to Firebase Studio bringing in traffic inflow (like Amazon does on their site)
1 vote -
1 vote
-
Astro with SSR support on App Hosting
Please publish the community support plugin for Astro so that Astro SSR can be zero-config deployed via App Hosting. Trying to make it work through Firebase Hosting via the standalone node server is quite problematic with issues on how to validate the cookies of Firebase Auth in the SSR environment using client side SDK.
1 vote
- Don't see your idea?