2282 results found
-
Many prototyping chats using various pull requests
Currently in prototyping only one chat session is allowed and which is taking so much time as well to complete. It would be better if we can create multiple chats simultaneously using different isolated sessions using pull request or any other ways. It can help faster prototyping and even more easier development. Claude Code Web has this feature currently and this is so helpful and I request to bring a similar feature in Firebase Studio as well. Thank you!
5 votes -
I suggest that Firebase Studio add a native feature to transfer or move an entire Firebase project from one Gmail/Google account to another.
This would help developers and agencies when project ownership needs to be changed (for example, client handover, team changes, or company restructuring) without manually recreating the project, reconfiguring services, or risking data loss.
3 votes -
create workspace from EXISTING Flutter/Firebase project
or alternatively, link a workspace to existing Flutter/Firebase project
21 votes -
Data connect Full-text Search
First of all, thank you so much for the new Full-text Search feature! :)
In our team, we would really love the following more advanced features, if possible, related to it:
- Fuzzy matching: it would allow searches to be resilient to common typos and misspellings.
- Prefix matching: it would enable users to find words that start with a specific string of characters, such as "invoic" returning "invoice," "invoices," and "invoicing."
- Column-Specific Search: Instead of searching across all marked "searchable" columns, I would like to choose to focus a specific query on a specific subset. This would be…8 votes -
Integrated Agentic Development
Integrated Zappier like AI agent building interface for a better and easier AI application development
21 votes -
Add MCP support to Firebase Studio
As with other AI IDEs like Cursor or Windsurf it should be possible to configure MCP, so I can leverage the power of MCP while vibe coding. Gemini tends to hallucinate ******* APIs.
E.g. I just wanted to create a script to add the Firebase studio instance to the list of trusted domains in my Firebase project. It proposed using the Firebase CLI for this, but it's not supported. Unfortunately there is no way, to provide Gemini with the right docs, e.g. via Context7 MCP. - Also the Firebase MCP is not possible to configure. - That greatly reduces the…
16 votesThis is something we are actively looking into.
-
Geo Querying in Data Connect
Add extensions to allow querying by location radius. This is important for making apps especially social apps.
4 votes -
Option to plan first, approve/deny plan, before executing
An option for Gemini to offer a plan. An approve/deny plan option for the user first before executing. Right now, it just does it without your consent. We know AI is better than us, but we need it to show us the plan if it makes sense for the overall business.
11 votes -
Firebase logIn with Phone Number
Comprobar que Firebase Authentication with phone funcione con todas las operadoras del país junto con recaptcha y appcheck
4 votes -
Request for Flutter Support with iOS Simulator in IDX
Please include support for the iOS simulator within IDX for Flutter projects. This addition would greatly simplify the process of testing and debugging iOS apps directly within IDX, eliminating the need for external tools or complex setups. If iOS support is disabled, kindly provide a reason for the decision. Thank you for considering this request.
238 votes -
Prototype for Importing Project via GITHUB
When I import my project from GitHub into Firebase, I don’t see an option to enable or use the Prototype feature. It would be extremely helpful if this option were available during the import process.
For context, I’m using the language and framework mentioned in the Firebase examples—Next.js with TypeScript.
I’d appreciate it if this functionality could be included or clarified in future updates.
11 votes -
Automatically resolve all issues related to running the program
The whole point of using Gemini and Firebase studio is to be able to automate everything. So why have you guys allowed Firebase studio to still remain so dependent on human action? When trying to run a Flutter project, I get such errors:
simple_notes-82575463:~/simple_notes{main}$ apt install cmake…
apt is not installed, but available in package apt, press [Enter] to run it, Ctrl+C to cancel.
these 4 paths will be fetched (4.78 MiB download, 28.84 MiB unpacked):
/nix/store/763a60pi91p93np19vkhn026hig5d5w1-apt-2.7.6
/nix/store/99lfzqv23jnxp5lj11hvgaqc62qrmnwa-dpkg-1.22.1
/nix/store/y6x85gyyndgbvzvdlz1y69gs1zxsa29f-stdenv-linux
/nix/store/dn6qi0xbx9sidpis4isrncnpkhxsd2v5-xxHash-0.8.2
copying path '/nix/store/y6x85gyyndgbvzvdlz1y69gs1zxsa29f-stdenv-linux' from 'https://cache.nixos.org' to 'local-overlay://'...
copying path '/nix/store/99lfzqv23jnxp5lj11hvgaqc62qrmnwa-dpkg-1.22.1' from 'https://cache.nixos.org' to 'local-overlay://'...
copying path '/nix/store/dn6qi0xbx9sidpis4isrncnpkhxsd2v5-xxHash-0.8.2' from 'https://cache.nixos.org' to4 votes -
5 votes
-
Firebase Auth with IP address whitelist & blacklist
Blacklist scenario: Let's say that a device is detected for fraud/scam activity. I want to blacklist the device for 1 year based on the previously logged-in IP address, so the scammer is no longer able to use their devices. Even though the scammer created a new Firebase account, they won't be able to do that because of the IP address blacklist.
Whitelist scenario: Let's say that I have an internal app. I want this app to be used by my employees only, so only specific devices are allowed to login.
3 votes -
Automatic Deployment of Changed Firebase Functions
Firebase should offer a built-in feature to automatically detect changes to Cloud Functions and deploy only those functions, grouped into manageable batches to avoid rate limits. This feature would streamline deployments by:
- Scanning the project directory to identify functions with modified code since the last deployment.
- Automatically batching the deployment of changed functions based on rate limit thresholds (e.g., 8-10 functions per batch).
- Handling the deployment process transparently within the Firebase CLI or CI/CD integrations, reducing manual intervention.
This functionality would save time, minimize deployment errors, and improve developer workflows, particularly in large projects with numerous functions.
47 votes -
Let Gemini see your firebase screen
Often it has given steps but have been out of date. Example: "My memory of the Google Cloud interface was incorrect.". i end up having to copy and paste my screen, so Gemini can see what i am looking at.
5 votes -
Better Github integration
Automatically pushes to GitHub when Gemini makes changes. Also make it where you don't have to re authenticate so often with GitHub.
3 votes -
I suggest that Firebase improves error messages to be more clear and beginner-friendly, especially for new developers.
As a beginner, I often feel confused when errors appear. Clearer and more descriptive error messages in the Firebase console would help users understand problems faster without searching elsewhere
0 votes -
More regions app hosting
Please do more regions like Australia for app hosting as some businesses have strict region requirements
12 votes -
Add topic subscription from PWA Javascript app
Hi,
It would be very helpful if a user could be automatically enrolled in an FCM topic when they log in to the PWA using a VAPID key.
Currently, when I generate the token at login, it's saved in the Firebase Realtime database in the /fcmTokens path. The problem is that this process is very data-intensive: the ESP8266 must read all the tokens in /fcmTokens and send notifications individually, resulting in a significant increase in handshaking, SSL, and device heap memory traffic. This would not happen if Firebase added topic subscriptions/unsubscriptions from PWAs.3 votes
- Don't see your idea?