33 results found
-
Firebase project config in env
Cloud functions do provide process. env.FIREBASE_CONFIG.
One can set it in the yaml, but it would be nice if app hosting would provide these automatically.
1 vote -
Support submodules
Support submodules for automated builds.
Currently, builds fail when checking out submodules.
1 vote -
Fix GitHub integration
Issues:
- In the app hosting wizard: Connecting a GitHub account that is not the owner of the GitHub repository and then removing it breaks the GitHub integration process and the App Hosting set up process.
- Being just a collaborator to a GitHub repo doesn't make it visible in the App Hosting Set Up wizard, you have to connect with the GitHub account of the owner of the repo.
Error messages:
- Connection verification failed: unable to verify the authorization token: GET https://api.github.com/user: 401 Bad credentials []: failed precondition.
- Error: Request to https://developerconnect.googleapis.com/v1/projects/PROJECT-ID/locations/europe-west4/connections/firebase-app-hosting-github-oauth:fetchGitHubInstallations had HTTP Error: 400, Failed to list GitHub installations
…
1 vote -
Add auth handlers from Hosting to App Hosting.
/__/auth/handler
Identical to hosting but for app hosting.
Would definitely make things simpler for Next.js apps.
1 vote -
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 -
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?
14 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 -
free
please support me
1 vote -
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…
2 votes -
Jendo
Menarik
0 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 -
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 -
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.
6 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
3 votes - With angular: A script to create the environment.ts files need to be run before the
-
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.23 votes -
Support Angular Internationalization
At this point the build fails because of the error:
Output directory is not of expected structure
4 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 -
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.
5 votes -
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.
3 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
- Don't see your idea?