2357 results found
-
Integrate with Play Integrity Standard API
Current Firebase App Check is using the classic play integrity API, which results in rate limit easily. As a result, the token decode will fail easily as the QPS limit by play integrity api. Why not migrate to the Standard Play Integrity API which suggested by Google Play?
1 vote -
Download IPA/APK files from Download link on Desktop
Allow users opening the Download link for a Firebase App Distribution Release to access and download the app file through desktop browsers instead of arbitrarily blocking it.
16 votes -
Critical Feedback: Reconsider the Sunsetting of Firebase Studio (Preserve the All-in-One Developer Experience)
🌟 TO THE DEVELOPER COMMUNITY: If Firebase Studio is critical to your daily workflow across Web, Mobile, Backend, or ML, please click the VOTE at the top of this page to escalate this issue to the Google Product Team.
To the Google & Firebase Product Teams,
The recent announcement to sunset Firebase Studio on March 22, 2027, and transition users to Google AI Studio or Antigravity, has sparked deep concern across the global developer community.
While we fully support Google’s vision for an AI-driven future, we strongly believe that deprecating Firebase Studio is a step backward for core developer productivity.
…
1 vote -
Web preview for Flutter apps in Firebase Studio should support stateful hot reload
When I made a change to my Flutter code in Firebase Studio, the web preview perform a full reload - which loses the state of the app and takes multiple seconds.
It would be good if it did (or had an option to do) a hot reload for the web preview, so that the state was maintained and the reload would be sub-second.
5 votes -
Subject: Project IDX needs a "Mobile Companion Mode" like Replit App Hi IDX Team, I moved my project to IDX, but the mobile experience via
Subject: Project IDX needs a "Mobile Companion Mode" like Replit App
Hi IDX Team,
I moved my project to IDX, but the mobile experience via browser is currently unusable (blocking me from using IDX on the go).
My Use Case: I don't write code manually on mobile. I use the AI Agent (Gemini) to prompt changes, review the code diffs, and check the preview.
The Problem: The current responsive web view is too cluttered. I cannot see the Chat, the Code, and the Terminal effectively on a phone screen. It's painful compared to the competition.
The Feature Request: Please look…3 votes -
Native support for RBAC (Role-Based Access Control)
Native RBAC (Role-Based Access Control) management
Currently, to manage roles (admin, editor, client), you have to use Custom Claims via the Admin SDK (Node.js) or store the roles in Firestore. This is cumbersome for a beginner.The improvement: Being able to define roles directly from the Firebase console and have them automatically appear in the
request.authobject of Security Rules without additional code.1 vote -
Raise the number of workspaces limit
Hey Project IDX team,
I don't want to have a limit of 2 workspaces in project IDX. Can you lift the limit of two workspaces to maybe 50-100? I want to draft a lot of flutter, angular, and react projects in project IDX. Thanks.
- Dino
159 votes -
let developer enforce schema if wanted on the serverside
provide an option for the developer enforce a schema in the firebase console. At least on the firestore enterprise edition. Mongo Atlas had this offering. rightnow, we are having to manage schema at the app level and then again at the cloudfunctions level. Making it hard to manage.
1 vote -
make firebase studio as fullstack developer which can create powerful apps with ai
In firebase studio ai everybody can create fullstack apps with this ai
7 votes -
Improve Firebase Auth integration with Server side rendering (Next.js)
Hey, hi, I’m a Next.js developer, and the only problem I’m having with Firebase is with the Firebase Auth integration. I’d like to see improvements to the documentation for Next.js and its integration with server-side rendering. The problem I’ve encountered is that we need to save the token generated on the frontend to pass it to the backend. And the Next.js documentation recommends creating the token on the backend as “HttpOnly” for better security, but Firebase Auth doesn’t follow this pattern, and there isn’t much documentation about it or how Firebase handles cookie security.
I hope Firebase will consider my…
1 vote -
Firebase studio built in mod assistant extension
You guys are a since you guys are sunset firebase studio so please release the extension the Gemini AI assistant code that can work I can send photo and it is understanding and built-in mode there can I can code unlimited so other student I can learn and do my easily just normal your model not powerful one and
0 votes -
A Key Adjustment to Avoid Errors and Code Loss (Refactoring) in a Firebase Studio Project
I've been developing a large-scale project using Firebase, still in the experimentation, testing, and evaluation phase of Firebase Studio's functionalities. However, I've observed that small changes made to specific parts of the project end up significantly impacting other areas that shouldn't be affected.
This behavior creates insecurity in the development process, as minor adjustments end up compromising stable functionalities, even when there's no direct correlation between the modules.
It's quite frustrating to see that, because of a minimal code flaw, the project can stop working completely—compromising months of work in a matter of seconds. As a safety measure, I've been…
3 votes -
1 vote
-
Realtime database, change default tab order
Reorder the tabs in Realtime DB to prioritize displaying the rules or a landing page before the data.
New users and analytics management find that loading the Realtime Database section from the web console impacts bandwidth usage for reads. This behavior is not ideal and could be separated from the Realtime Database landing page, especially when editing or inspecting the rules, as it requires loading larger chunks of the database before the user switches tabs.
13 votes -
Github auto feed to firebase conle backend
After deployment in firebase studio, app hosting require backend to rollout. However GitHub has to feed firebase console the code in repo. That request is now done manually and can miss critical steps that lead to frustration
2 votes -
2 votes
-
Voice over
I can give my voice over to control
3 votes -
Save files to local as zip file
Please add a feature where we can download the files into a zip files from firebase studio
1 vote -
Feature Request: One-Click "Export to APK" in Firebase Studio for Educational Projects
Hello Firebase Team,
I am an 11-year-old developer building a child safety ecosystem. I use Firebase Studio (Cloud Workstations) because it’s powerful, but it has one big barrier for young students: The Terminal.
To see my project on a real Android device, I have to use CLI commands, manage hosting, and use third-party wrappers. This is very difficult for 5th-grade students and beginners.
My Proposal:
Please add a simple button in the Firebase Studio interface (perhaps under the "Project" menu or a "Build" tab) called "Export as Android APK".
How it should work:
User clicks "Export as APK".
Enters App…1 vote -
Missing Primitives: Transaction Awareness and Trusted Server Metadata in Security Rules
Firestore Security Rules currently lack two capabilities that force developers to choose between security, performance, and maintainability.
- Lack of Transaction/Batch Awareness Rules cannot verify if a write is part of an atomic batch or transaction. This makes it impossible to enforce multi-document integrity constraints natively.
The Fallout: Developers must either trust the client to perform all parts of an operation (unsafe) or move logic to Cloud Functions. This introduces latency and cold-starts, but more importantly, it fragments security logic. Concise, native rules bolster security because they are easier to audit and are implemented correctly more often than fragmented, multi-layered workarounds.
- …
1 vote
- Don't see your idea?