30 results found
-
Support Next.js Image Optimizations
Using Next/Image on Firebase App Hosting makes images load slowly. Are Next's built-in image optimizations working with Firebase App Hosting? When a second container starts, does the new container need to optimize every image again, or do containers share image files somehow? When a container shuts down, are those optimized images lost, or are they stored in persistent file storage?
9 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.18 votes -
24 votes
-
support for nuxt
support for nuxt
15 votes -
Flutter support for App Hosting
Allow Firebase App Hosting to build and deploy Flutter apps.
10 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 -
custom remote git support
Support for self hosted gitlab or other git remote sources
9 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.
1 vote -
support SvelteKit in app hosting
support SvelteKit apps in the new App Hosting
8 votes -
Support backend modification or deletion options
Currently, we can create backends, but there is no option to modify imported GitHub repositories. If making such modifications isn't possible, it would be beneficial to at least have the option to delete the backend.
1 vote -
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.
7 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 -
Support Bitbucket
Support bitbucket as a source repo provider
6 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 -
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 -
free
please support me
1 vote -
VueJS support for App Hosting
Allow Firebase App Hosting to support VueJS framework
5 votes -
GitLab support for Firebase App Hosting
We (and I'm sure many others) have large data repositories in GitLab using its CI system, and for technical and political reasons, we do not plan to migrate to any other code repository.
Firebase App Hosting seems to be tightly integrated with GitHub only. Extending its support to GitLab (or other Git repositories) would greatly help with adoption, even if it requires manual CI configuration.
3 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
1 vote
- Don't see your idea?