1793 results found
-
VueJS support for App Hosting
Allow Firebase App Hosting to support VueJS framework
12 votes -
Dart support for the Firebase's Admin SDK
Firebase has a server (backend) library called the Admin SDK, which has privileged (admin) access to some Firebase services. There are several language implementations of the Admin SDK: JavaScript/TypeScript (Node.js), Java, Python, Go, and C# (.NET). However, Firebase does not currently support the Dart language.
This is a problem for full-stack Flutter developers, who need to use both the front-end and back-end of a Firebase application. Currently, they need to use different languages for each, such as Dart for the front-end and JavaScript/TypeScript for the back-end. This can lead to decreased productivity and a worse developer experience.
For example, developers…
149 votes -
Postgres Functions exposed as an API
Similar services, like postgraphile, allow exposing queries / mutations as postgres functions. It's extremely powerful, and allow extremely custom queries / logic for exposing data to the clients.
12 votes -
custom remote git support
Support for self hosted gitlab or other git remote sources
12 votes -
Enhance Build Process with pnpm Support
To streamline our web application development workflow and improve build performance, we propose integrating pnpm as an additional package manager option. pnpm offers significant advantages over npm, including:
Faster Installation: pnpm's unique dependency management approach leads to significantly faster installation times, especially for large projects.
Efficient Disk Space Usage: pnpm's hard linking mechanism reduces disk space usage by avoiding redundant copies of dependencies.
Improved Security: pnpm provides advanced security features like dependency auditing and vulnerability checks.
By incorporating pnpm support, we can enhance our build process, reduce build times, and improve overall project efficiency.Mainly we have some projects already…
3 votes -
Flutter support for App Hosting
Allow Firebase App Hosting to build and deploy Flutter apps.
10 votes -
Support Functions on App Hosting
Firebase Functions don't seem to be well supported in App Hosting. At least if you are using Typescript in the functions, the deploy process runs into an error in the build step. It seems to be because "npm run build" runs Typescript checking everywhere, and the dependencies in functions/package.json haven't been installed.
A user on Stack Overflow who asked about this ended up working around it by setting tsconfig.json to ignore the functions directory. They also have to do a manual deploy of the functions, because apparently the App Hosting deploy process doesn't do it.
Ideally everything should just work;…
1 vote -
Support SSH Session for Remote CLI
Intergrated terminal lacks functionality\ies of a local terminal. Can we add support for its SSH session? Maybe a documentation on how to do that would be helpful :)
84 votes -
Increase the size of remote config from 1MB to 10MB
Why not increase the file size for remote config? Right now it only holds 1MB of text, but if you zip a 1MB plain text file you can reduce it to 100kb or less. So, why not increase the configuration size to 10MB?
1MB remoteconfig.json ==> compress file ==> 80kb remoteconfig.zip
12 votes -
Enable Importing from custom Gitlab instances (i.e. not gitlab.com/)
At work we use a custom Gitlab instance (gitlab.ocado.tech) but currently I can't import projects from this instance. Is this something that would be looked at, or how would that work?
Thanks3 votes -
More configuration options for Java Template
I would like to have more options when creating a Java project. Similar to the Spring Initializr on start.spring.io it should be possible to configure the Spring Boot version, the name of the project and especially the Java version!
8 votes -
3 votes
-
Update button in Firebase Storage
Please, add an update button to the Firebase Storage Console UI
1 vote -
1 vote
-
.net maui sdk for firebase data connect
support using Data Connect in c# and .NET Maui by having SDK for C# and generating C# types from the schema
1 vote -
CollIDE
Collaboration and Communication
It would be nice to have the ability to join an IRC chat or some sort of chat within the project so you could collaborate with other individuals, including the ability to paste spots in the code another can click and look at, pastebins, quick access to bug trackers with the ability to paste the links as well, and all the tools you need to organize your project.
Gemini Suggestions
Ok, love the suggestions in grey though they are a bit slow.
So, if there were a chat interface, it would be nice to have a chat…
5 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 -
Make Firebase Functions Test a First Grade citizen
A solid Firebase Functions experience requires a fully functional test suite.
Firebase-functions-test is already there, and provides the experience, but is often forgotten for months.Firebase functions 6 was released a month ago, and it broke functions-test.
There's currently a patch that fixes it, and it's been there for a week.
This idea isn't about this issue. It's about giving resources to the firebase-functions-text project, so it can continue growing and thus giving cloud firebase functions users a solid testing experience before deploying.
4 votes -
1 vote
-
Firestore collection group query on document id
Currently, you cannot use Fieldpath.document_id for collection group queries, which is rather shameful considering you can do that in Firebase UI.
Relevant StackOverflow: https://stackoverflow.com/questions/56188250/how-to-perform-collection-group-query-using-document-id-in-cloud-firestore
3 votes
- Don't see your idea?