1569 results found
-
Adds support for C, C++, Swift
Support C, C++, and Swift
10 votes -
@unique argument to use UNIQUE NULLS NOT DISTINCT
Add an argument to the @unique annotation that allows users to choose between using PostgreSQL's "UNIQUE NULLS NOT DISTINCT" constraint or the standard "UNIQUE" constraint when defining a unique constraint.
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…
4 votes -
Hide to Show
After adding an extension, GitLens, it was in the sidebar, I chose the option to Hide, but there's no apparent way to retrieve. I checked everything, even uninstalled and reinstalled, and nothing. The Hide function, for me at least, rather than hides the extension, but makes it disappear from the sidebar. Though, it still functions, I thought the option to Show would be available, even after Undo, nothing happened.
2 votes -
120 votes
-
1 vote
-
Expose "last updated" metadata
If Firebase cannot support some kind of changestream implementation, it should include metadata on each document that includes a "last updated" timestamp. Then clients can query against this field to only retrieve "new" changes (Inserts, Updates). It lacks support for delete capture but is the next best thing after a changestream.
18 votes -
Vector embedding search should include distance in results
The newly released capability is https://firebase.google.com/docs/firestore/vector-search is working very nicely! However, all similar products should return the distance metric in the query results (which the backend has no doubt already calculated) so that the client perform further analysis based on that distance
8 votes -
Firestore return document when it gets updated
As we get the whole document when it is created, it would be nice to get it as well when it gets updated.
Example:
Online game where 4 people join together. In document, we have a list of players with their names. These names should be displayed for all players. Last user joins closing the session. To get the rest of the names after update the document with this last player, I need to do an extra read.Problem:
I am making an entra call for every player, affecting my quota limitation.Solution:
Return updated document.12 votes -
VueJS support for App Hosting
Allow Firebase App Hosting to support VueJS framework
9 votes -
fork
I teach, so far using replit, and IDX sounds great as a replacement.
I would need the ability to offer my students a base project to be forked via a simple link.
I've done it creating the base repo in GitHub, and importing it. I looks like it works.
I teach HTML/CSS/JS for totally beginners.4 votes -
Firebase does not provide data in debug view.
We have several apps where the debug view does not provide adequate reporting in realtime of the events. Events with not appear in debug view, but will be seen in RealTime reporting or vice-versa. Debug-view is not reliable for Enterprise work.
4 votes -
auto options selection
when the model responds like
Now, we need to add an empty pubspec.yaml file and an empty dart file.
automatically give the user options to selection as
yes
orno
1 vote -
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 -
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 submodules
Support submodules for automated builds.
Currently, builds fail when checking out submodules.
1 vote -
نحن بحاجه الا اضافة وجة بحث في الواتساب
الفكره تهدف الا تطوير وجهة نظري في الةاتساب ترقيته الا خانت مشغل فيديو وصوت ومعلومات اخرا مثلا عن التاريخ والاطعمه والمطابخ وما شابه ذالك
1 vote -
Improve UI for andoid emulator
Right now the android emulator looks very hazy. It dosen't show a crisp image of the emulator.
9 votes -
Authentication using email OTP verification for Firebase login
I want to be able to perform an OTP verification for logging into my application using firebase.
I want this feature to follow the following user journey:
- Request OTP for login.
- OTP sent to my email.
- I type in the OTP for verification.
- Authentication and access granted.1 vote -
Python support for Genkit
A lot of AI applications and machine learning are done in Python. Bringing Genkit to Python would bridge the gap between data science, model creation, and applied machine learning use-cases.
9 votes
- Don't see your idea?