57 results found
-
Wilcard Subdomain support documentation
It seem to be already available (scr: https://www.youtube.com/watch?v=qyhdKb8liEA), can you update the documentation so we have DNS exemple for that.
5 votes -
Support for Remix
Add Remix (https://remix.run) as one of the supported frameworks to deploy apps. It is rather similar to Next.js in many ways so that should be possible.
5 votes -
Static file apps support for App Hosting
Allow Firebase App Hosting to host static files app, similar to Firebase Hosting.
This would allow any web framework to work with App Hosting (without server-side rendering) without official support from App Hosting.
5 votes -
White-label ssl for saas
We host a whitelabel incident tracker and need the ability to use a customer domain. We currently use cloudflare ssl for saas with cloud run and load balancer
5 votes -
Firebase App Hosting Punycode Support
When using a custom domain on Firebase App Hosting, we encountered the inconvenience that Punycode is not supported. As a result, we had no choice but to repurchase a new domain and redeploy our site. If Firebase App Hosting were to add Punycode support for custom domains—enabling the use of Hangul-based domains—Korean developers would be much more likely to adopt Firebase services for deploying their sites.
Thank you for taking the time to read my suggestion.
4 votes -
Directly support R and Python apps
I'd like to use Firebase for app/web hosting, but it appears that that Firebase only really supports java apps. For my Shiny or Streamlit apps, I can't even use Firebase user authentication for web hosting, and instead I have to set up a load balance and IAP. I have been using the Cloud Run Custom Domain mapping integration for Cloud Run services, until I hit the "dead end" of a max 15 SSL certificates for a single GCP project (certificate setup cannot be changed in the GCP Cloud run web UI). I was hoping that Firebase would be a good…
4 votes -
Skip Build/Deployment Based on Commit Message
Would it possible to implement skipping build/deployment based on commit message? I know for Cloud Build you can include [skip ci] or [ci skip] in the commit message and a build won't trigger, but based off a quick test this doesn't apply to AppHosting builds.
Thanks!
4 votes -
Support Angular Internationalization
At this point the build fails because of the error:
Output directory is not of expected structure4 votes -
Blazor in App Hosting ?
Any plan to support Blazor and other non js framework
Or is it already possible by custom integration?
4 votes -
Allow setting cloud build machine type in app hosting config
Default cloud build machine is e2-medium which only has 4GB ram
My epic nodejs web app build will OOM on heap when i has <4 GB ram
Please allow me to set build machine type to e2-standard-2 in apphosting.yaml3 votes -
Override build and run scripts apphosting.yaml doesn't work
I've implemented override build and run scripts in apphosting.yaml following this documentation https://firebase.google.com/docs/app-hosting/configure#override-scripts but it doesn't work. I discovered the we can override the run script by add runCommand in runConfig (https://github.com/FirebaseExtended/firebase-framework-tools?tab=readme-ov-file#runconfig) and this works. But to override build command i can't find the right documentation
3 votes -
Pass geolocation headers to Firebase App Hosting
For example:
-X-Appengine-Country
-X-Appengine-Region
-X-Appengine-City
-X-Appengine-CityLatLonghttps://cloud.google.com/appengine/docs/standard/reference/request-headers?tab=node.js
3 votes -
apphosting for asia-northeast1 and asia-south1
I am trying to deploy to asia-northeast1 and asia-south1
3 votes -
Streamline the process of adding .env variables to the build configuration
I like the idea that you can use Cloud Secret Manager to store and encrypt the secrets within the app.
Coming from using .env files in Next.js and Vercel hosting could this process be made simpler e.g. reading the .env file from your app directly and intelligently placing the key/value pairs in the apphosting.yaml file or the rollout during creation.
This would be good to keep things simple and straight forward.
3 votes -
BUILDING
LETS BUILD
2 votes -
Firebase is gradually moving many features that were previously free on the Spark plan to the Blaze (paid) plan. This shift reduces the numb
Firebase is gradually moving many features that were previously free on the Spark plan to the Blaze (paid) plan. This shift reduces the number of truly free services, which is disappointing for developers relying on Firebase’s free tier.
2 votes -
Local (or GitHubActions) build and deploy
Currently, the only option is the Cloud Run build, why not to add the possibility of doing a local build and deploy the dist files...Very useful for GitHub Actions also.
2 votes -
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
-
Allow rewrite for hostname/domain (not only paths)
It would be great to have the ability to redirect multiple domains to the same project.
I tried to achieve this with regular expression redirect, but it doesn't work:
{ "regex": "https:\\/\\/.*?(?P<hostname>\\w+\\.[a-z]+)\\/", "destination": "/:hostname/index.html" }For example with domains one.com and two.com, I want to be able to redirect them to the same project but different subfolders (e.g. /one.com/index.html, /two.com/index.html) -- this will allow to share common resources (styles, images, etc) between the projects, while still being able to customize the content for each one.
2 votes
- Don't see your idea?