32 results found
-
apphosting for non us-central1
Is new app hosting feature only valid for us-central1? I am trying to deploy to europe-west2
30 votes -
Support set-cookie please
We know this is coming but when can we expect this? Our app hosts iframes and cookies are essential for us to know who are the user...
22 votes -
Support deployment via CLI
Allow to deploy App Hosting via CLI to be able to customize when and to where the application is deployed, instead of always on merge.
This then could also help deploy a preview version from a branch to test the changes before merging.
20 votes -
19 votes
-
support for nuxt
support for nuxt
14 votes -
Add a Preview environment for App Hosting deployments.
As a developer, I want to be able to deploy my Next.js web app hosted using App Hosting to a Preview "channel", similar to
firebase hosting:channel:deploy
in hosting.
Thanks.11 votes -
create a UI for managing environment variables and surfacing build error messages in the Firebase console
create a UI for managing environment variables and surfacing build error messages in the Firebase console (so you don't have to go into CloudBuild)
10 votes -
Flutter support for App Hosting
Allow Firebase App Hosting to build and deploy Flutter apps.
9 votes -
custom remote git support
Support for self hosted gitlab or other git remote sources
8 votes -
support SvelteKit in app hosting
support SvelteKit apps in the new App Hosting
7 votes -
VueJS support for App Hosting
Allow Firebase App Hosting to support VueJS framework
5 votes -
Support for custom docker images for cloud run in firebase app hosting
Although current version of firebase hosting is optimized for next and angular, I don't see why I can't use the same to run pure backend services written in any language if google cloud run is used in the background. If it's possible to use your own dockerfile and mention a port for listening to traffic, using your own build process within the dockerfile, I can setup custom backend with the simplicity of firebase.
I would get control over binaries in my backend, like puppeteer needs chrome etc.
I would get auto-ssl, auto scaling , load balancing capabilities
This can be…5 votes -
Region restriction configuration
For gdpr compliant usage in europe we need a way to configure that ALL related resources are hosted in a specific region. Whould be great if that could be configured in one single place and automatically apply to all services spin up for my app.
5 votes -
Add GitLab as a Provider to be able to link repositories
Ask the cloud team to add GitLab as a Provider, including the CE version.
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.
4 votes -
Support Bitbucket
Support bitbucket as a source repo provider
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!
3 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
3 votes -
Cloud Armor or WAF Support
Enhanced security features such as Cloud Armor or WAF is almost a must-have nowadays also the level of protection is unclear.
2 votes -
Custom build command
It can be necessary to run a script before the build command.
Example:
- With angular: A script to create the environment.ts files need to be run before the
ng build
. - With Prisma: A script to generate the prisma files should be run before the build the build itself.
Suggestion:
As for render.com, get in the settings Build Command options and Start Command
2 votes - With angular: A script to create the environment.ts files need to be run before the
- Don't see your idea?