1807 results found
-
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)
19 votes -
Support Unity Game Engine
Adding support for Unity engine can significantly expand IDX market reach and appeal to a wider audience of game developers.
19 votes -
Native support to google drive
i suggest adding native support to google drive so that we can also take out files from drive, local, or from other hosting sites like onedrive or dropbox, etc.
19 votes -
API Revoke Token
Simple API to revoke the token/refresh token from a backend without using the SDK.
19 votes -
Support inline/embeded types stored as structured JSONB columns
Allow storing structured types in JSONB columns using an @inline (or @embed) directive on the field.
type Address {
street: String!
street2: String
city: String!
state: String!
zipcode: String!
}type User @table {
address: Address @inline # stores as JSONB
}18 votes -
Global Nix configuration for applied to all workspaces
Add a nix file that is global and unique to a particular account which includes packages that a developer wants/needs in every workspace.
For example, neovim and its associated config is something I would want to use in every workspace, but other developers may not want that OR they may have an entirely different neovim config they want to use, making the dev.nix inside workspaces impractical.
While it is possible to manually edit every dev.nix with associated packages for each project. This, however, is inconvenient at best, and problematic at worst, especially if developers are collaborating on a repo and…
18 votes -
File Uploads
Store and retrieve large files with Data Connect through an integration with Google Cloud Storage.
18 votes -
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 -
18 votes
-
Add More Emulators
For now, there is only one emulator, There should be a way to add more emulator
18 votes -
Integration with Chrome Extension Dev
I'm an independent extension developer and I still find it very difficult to create extensions, meaning few creators are interested in this area. To resolve this, can you add a way to preview our extension's changes on the host site in real time, perhaps using the rollup-plugin-chrome-extension already?
18 votes -
Allow Trending Stability Notifications via the Slack integration
I would like the option to be able to receive trending stability notifications via the slack integration
18 votes -
Allow updating multiple documents through a query
Many other databases have support for update queries, such as:
- Apply "x" update data to all docs matching "y" query
- Delete all docs matching "x" query
Maybe these queries would only count as 1 write per doc, as opposed to 1 read + 1 write. At the very least they would have better performance.
18 votes -
Password-protected preview domains
Squarespace has a featured for "site-wide password protection" which is useful for staging unlaunched websites for stakeholders to review. This would help guard against any potential leaks.
Figma also has a feature similar to this.
We currently have to create a custom express.js server with an authentication middleware, but this is undesirable for several reasons:
- We'd have to re-create all of firebase hosting's serving features (i18n fallbacks, redirects, pretty urls, etc.)
- We can't easily test endpoints that are proxied to Functions/GCR
18 votes -
Side-by-Side Code & Prototyper
Have an option to have the classic code view along side the prototyper (not necessarily the output but just the chat)
17 votes -
Pause button for Gemini responses
I suggest that Gemini has a pause button while it's thinking so you can start reading responses instead of having to wait until it's done since the responses keep scrolling the screen.
17 votes -
Remote SSH feature
Feature to connect the IDE to another server and develop from there. as we can do with Remote SSH extension in VSCode
17 votes -
Would like Project IDX workspace to show edit history with character by character edits.
We will be using Project IDX to have students code websites. We used a previous website that we can no longer use. It was helpful to show the edit history so we could help students find their errors.
The character by character edit history was also helpful for us to detect plagiarism and see when they were just copying and pasting a peer's code which happened and we were able to address it before it continued on to other projects.
17 votes -
Extension support, i.e. postgis
One of the things that makes postgres great is it's extension support. Inability to integrate with extensions like postgis is a severe blocker.
17 votes -
support SvelteKit in app hosting
support SvelteKit apps in the new App Hosting
17 votes
- Don't see your idea?