53 results found
-
The ability to turn on/off the decoding of encoded data url in firebase.json
When I hosted a frontend client (React JS) and backend (NodeJS) server in hosting and functions combination, there were some scenarios where in I needed to send data (to server) which contained slash (so encoded them).
This was where the problem rose, the encoded component was automatically decoded by the firebase hosting itself and sent the wrong url to the underlying server.
Therefore firebase should give us the ability to turn on/off the decoding of encoded data url in firebase.json
my current firebase.json file -
{
"functions": [
{
"source": "functions",
"codebase": "default",
"ignore": [
"nodemodules",
".git",
"firebase-debug.log",
"firebase-debug.…3 votes -
Remix support
Have out of the box support for Remix framework implementing SSR which also work with the Emulators.
3 votes -
The Firebase target apply command has also to update the firebase.json with the target name!
The Firebase target apply command has also to update the firebase.json with the target name!
3 votes -
3 votes
-
allow app hosting without a cloud billing account
Firebase app hosting without a cloud billing account should be possible.
Also to have a custom subdomain for the app url.
Most people use Google and other tools without any billing account. So there is a high potential of firebase users for this feature. Also to simplify to publish the app without needing to know how CLI works within the firebase studio.2 votes -
Add a CLI flag for hosting project previous release count option
I have an ecommerce SAAS company where each client/tenant website is hosted on Firebase Hosting. We have over 80 websites hosted across six Firebase projects.
We create each new site using the Firebase CLI:
firebase hosting:sites:create [options] <siteId>
The only options for this command are:
--app <appId> specify an existing Firebase Web App ID
-h, --help display help for commandI'd like to request an additional option to set the "previous releases to keep", aka "previous release count".
After I create a new site, I have to deploy the new website to Firebase hosting before I can set the previous…
2 votes -
Support for Proper 404 Status Codes and Multiple 404 Pages Based on URL Patterns on Firebase Hosting
Currently, when using a custom 404 page (e.g., 404.html), Firebase Hosting always responds with a 200 status code, even when the page is served via a rewrite rule.
This differs from behavior on traditional servers (e.g., Nginx with the internal directive), where the server can correctly return a 404 while still serving a custom error page.Why this matters:
- Proper HTTP status codes are essential for SEO.
- Search engines may incorrectly index 404 pages if they return 200.
- Client applications and monitoring tools rely on correct status codes.Additionally, In many multilingual or multi-section sites, different parts…
2 votes -
2 votes
-
Updates ESLint to V9
The current version of ESLInt is V8 - Update it to V9
2 votes -
2 votes
-
Enable deployments that don't delete previous artifacts
Have an option to deploy and keep previous deployment artifacts instead of deleting them.
Even better would be an option for this with a TTL on previous deployment artifacts (that haven't been updated or re-deployed in subsequent deployments).
2 votes -
Site Not Found
i have deployed and when i try to go on default site i see site not found
1 vote -
Add ability to set release version.
Right now we can not control version. After deploy version at api looks like this:
"sites/<site_name>/versions/2e65a07a8886cdb4"I want to be able to provide my own string (git hashtag, semver, etc). It requires to match source code and deployed version. The version should be shown at UI and we should be able to rollback based on this version. During deploy with the same version CLI should throw error.
1 vote
- Don't see your idea?