2132 results found
-
Change Firebase Studio AI Region for Better Ping
Hey Firebase Studio AI users,
Want faster performance? We’re exploring a new feature to let you switch your project’s region to one closer to your users, reducing ping and boosting app speed.
To make this happen:
Check Region: View your current region in Firebase Console > Project Settings.
Test Latency: Ping Google Cloud regions (e.g., ping us-central1-gce.cloud.google.com) to find the best fit.
Migrate Project: Create a new project in the desired region and transfer data manually.
Optimize with CDN: Use Firebase Hosting’s global CDN to cache content for even faster delivery.
This could be a game-changer for latency-sensitive apps.21 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.
21 votes -
Enable IDX to work on GitLab.com Repos
I am working on GitLab.com with all of my Projects and Repos. I use heavily GitLab CI for my builds there. Please make it possible to work on a GitLab.com Public and Private repo.
The best thing would of course be also to have the possibility to have Self Managed GitLab repos in Google IDX.21 votes -
Add mobile friendly UI for code editor
Also add option for switching to mobile friendly ui inside code editor.
21 votes -
FieldValue.min() and FieldValue.max()
Currently the Firestore API supports FieldValue.increment() to atomically increment or decrement a numeric value. I propose to add:
FieldValue.max(value): if the provided value is greater than the existing value on the server, then the field on the server takes this value. If it is less than the existing value, then the existing value remains.
FieldValue.min(value): (the opposite) if the provided value is less than the existing value on the server, then the field on the server takes this value. If it is greater than the existing value, then the existing value remains.
These operators should work on numeric fields AND…
21 votes -
21 votes
-
Integrate Gemini 2.5 Pro into Code Editor with Increased Daily Usage
While Gemini 2.5 Pro has improved the prototyping experience in Firebase Studio, its utility is limited when working with custom projects. Uploading or replacing a project with custom files often restricts Gemini's functionalities, and essential development tools like Git integration, extensions, and server setup aren't accessible within the prototyping mode.
Proposal:
Integrate Gemini 2.5 Pro into the Code Editor as well: Extending Gemini 2.5 Pro's capabilities to the code editor would provide consistent AI assistance throughout the development process.
Increase Daily Usage Limit: Raising the daily action limit from 25 to 50 would accommodate more extensive development sessions, enhancing productivity…
20 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
20 votes -
Full Example of FirebaseServerApp in Next.js 14 using middleware
Create a comprehensive solution for authentication that is both client and server using middleware to protect pages. Correctly passing the ID token of the user when needed to API endpoints.
20 votes -
new Firebase Authentication trigger
firebase currently has two firebase auth triggers:
functions.auth.user().onCreate()
functions.auth.user().onDelete()I would like a trigger to respond to onLinkWithCredential so that I can update the user document in the user collection with the additional/changes from the new auth method
20 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.
20 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.
20 votes -
API Revoke Token
Simple API to revoke the token/refresh token from a backend without using the SDK.
20 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?
20 votes -
Edge Runtime for functions
Bring in Edge Runtime for functions to perform high performance tasks in the edge cloud for faster responses.
20 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
}19 votes -
Google App script support
hi, i hope project IDX can support for google app script development directly..... cause current app script editor is limited feature..
19 votes -
support SvelteKit in app hosting
support SvelteKit apps in the new App Hosting
19 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
19 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
19 votes
- Don't see your idea?