1546 results found
-
Feedback, inefficient user experience
I selected app by react+expo I think (I tried many different things and all have similar issues) one of projects as example was expense tracker
the prompt was 👇
Build a mobile-friendly financial management app called Expense Tracker with the following features and technical specifications:
Core Features:
- Net Worth Management
Allow users to manually set exact values for three asset categories: cash, bank, and card.
Support incremental updates (add/subtract) to individual asset categories.
Automatically calculate and display total net worth in real time.
Visualize asset breakdown by category using a card or chart.
- Expense Tracking
Let users add expenses by…
1 vote -
Support for Inter-App Linking Within a Project
The ability to link two applications together based on user action is missing. An example is the connection between passenger and driver apps in ride-booking.
1 vote -
Clear LLM Selector
Firebase Studio appears to predominantly rely on one of the Gemini Flash models, though there also seems to be the ability to utilize Gemini 2.5 Pro via a bring-your-own-API-key approach. That by itself is fine, though the current UI isn't very good at keeping the user informed about which model they are using at any given time and how to switch during a project. I propose a clear, easy to change selector (most simply as a drop down panel) that showcases all available models, as well as models that can be added by using ones own API key. If such…
1 vote -
Laravel Support
There was Laravel option available in project IDX but since it have turned into Firebase Studio I cannot see Laravel anymore.
1 vote -
Consistent and documented behavior for on*WithAuthContext
When Functions use e.g. onDocumentCreatedWithAuthContext to handle Firestore event triggers, the meaning of event.authType and event.authId are not documented and are inconsistent between the production and emulator environments.
The documentation [https://firebase.google.com/docs/functions/firestore-events?gen=2nd#auth-context](here) says "For information about the data available in the authentication context, see..." and links to a page that is not specific to Firebase. That page lists some possible values, but it's not clear what values would be used. The most sensible guess is that authType would be "appuser" or "user" if the document was created from the client-side web SDK, and "serviceaccount" if created from a…
1 vote -
i cant create the Storage shows An unknown error occurred.
i cant create the Storage shows An unknown error occurred.
1 vote -
Configure Firebase Lambda and API endpoint exposure
Automate the "subprocesses" to open up an endpoint to interact with Firebase Lambdas, which have the access permissions to make changes to the realtime database, storage, and auth core functionality. This encompasses many applications' backend use cases if interactive via REST API. So open these lambdas to access services via HTTP calls.
1 vote -
نظام TRS
نظام التفكير وحرية لنظام QI AI له نظام التصرف الفردي ودالك عبر مكتبة المعلومات الالكترونية وبدالك يمكنه توفير نظام الاختراق وحماية الويب وتوفير نسيج من الحلول المقترحة وغيرها من الاعمال الاخرة كاتنيم الصور وفيدوات وتنظيم الموسقى العشوئة مع توفير اللعاب وافلام ومحاكات الخوارزمات مبرجة وكل هدا عبر نصوص وافكار وسينروات لمحاكات الخيال الواقعي
1 vote -
Recomendaciones para Mejorar Firebase Studio
Recomendaciones para Mejorar Firebase Studio:
Mejora en la Interpretación de Solicitudes Complejas:
Firebase Studio debe mejorar su capacidad para interpretar solicitudes complejas y multifacéticas.
Se debe prestar especial atención a la identificación y el cumplimiento de las especificaciones tecnológicas (por ejemplo, lenguajes de programación, frameworks, bases de datos) proporcionadas por el usuario.
Implementar un sistema de "confirmación" donde la herramienta, antes de generar el codigo, muestre las tecnologias que usara, y el usuario pueda aceptar, o rechazar.
Generación de Código Más Precisa y Completa:La herramienta debe generar código que sea más preciso y completo, abarcando todas las funcionalidades solicitadas…
1 vote -
Support for Lua
I suggest support for Lua, a lot of games and apps use Lua, It'd be nice to have support of it as it's also beginner-friendly making it relatively easy
1 vote -
Fix error messages when deploying Functions
Several error messages often occur when deploying Firebase Cloud Functions that should not occur. My first time attempting to deploy functions in a new project, I got:
i extensions: ensuring required API firebaseextensions.googleapis.com is enabled...
⚠ extensions: missing required API firebaseextensions.googleapis.com. Enabling now...Error: Request to https://serviceusage.googleapis.com/v1/projects/********/services/firebaseextensions.googleapis.com had HTTP Error: 429, Quota exceeded for quota metric 'Default requests' and limit 'Default requests per minute' of service 'serviceusage.googleapis.com' for consumer 'project_number:********'.
I don't know if that happens every time. It appears to be just a failure to wait long enough after enabling the API.
The second time, it got further, but…
1 vote -
Missing App Check Integration Details for Vertex AI in Firebase (Flutter SDK)
I would like to report a critical documentation gap regarding the integration of App Check with Vertex AI in Firebase, especially for Flutter developers.
Currently, there is no mention in the official Firebase documentation that Flutter developers must initialize Vertex AI using:
final model = FirebaseVertexAI.instanceFor(appCheck: FirebaseAppCheck.instance)
.generativeModel(model: 'MODEL');Without this step, even when App Check is properly set up across the project, the Firebase dashboard continues to show 0% verified requests under "Vertex AI in Firebase."
This not only leads to confusion but also prevents teams from safely enforcing App Check across all services, as doing so risks breaking…
1 vote -
API for NotebookLM
Developer api to interact with notebooklm
1 vote -
Give access to dir outside home like /opt, /mnt. etc.
It is getting hard to setup the existing open source project on google idx as we only has access to /home dir and all other are only in read only mode which is making hard for use to develop new project on the idx
1 vote -
Allow to change the connected git repository from the console
For a variety of reasons there are cases where the name of the repository (or organization, so the name too) changes, or we need to change the connected repository. Currently, this will require to create a new backend to configure it all over again.
1 vote -
Automatic GraphQL schema from existing SQL schema
When onboarding an existing postgres database, Data Connect can read the postgres schema and attempt to generate a corresponding GraphQL schema. Users with existing databases can immediately benefit from Data Connect client SDKs, query based auth, and connector connection pooling without manually writing GraphQL that matches their database schema.
1 vote -
CLI deploy and link blocking functions
Function Deployment & Validation Flow:
When deploying cloud functions with recognized lifecycle hook names (e.g., beforeCreate, beforeSignin), the system should:
.
Detect Blocking Function Patterns
Check if the deployed function's name matches known blocking trigger conventions..
Assignment Validation
Verify whether the detected function is registered as a blocking trigger in the system configuration..
Interactive Guidance
If unassigned, display CLI prompt:
"Seems like you want to deploy a 'Blocking' function named <FUNCTION_NAME> but no blocking trigger is assigned. To configure this function visit: <CONSOLE URL>".
Key Function Patterns:beforeCreate | beforeSignin | afterSignout | customBeforeHook
Why This Matters:
…
1 vote -
CLI deploy and link blocking functions
Function Deployment & Validation Flow:
When deploying cloud functions with recognized lifecycle hook names (e.g., beforeCreate, beforeSignin), the system should:Detect Blocking Function Patterns
Check if the deployed function's name matches known blocking trigger conventions.Assignment Validation
Verify whether the detected function is registered as a blocking trigger in the system configuration.Interactive Guidance
If unassigned, display CLI prompt:
"Seems like you want to deploy a 'Blocking' function named <FUNCTION_NAME> but no blocking trigger is assigned. Would you like to configure this function now? (y/N)"Key Function Patterns:
```
beforeCreate | beforeSignin | afterSignout | customBeforeHook(Additional supported hooks)
…Why
1 vote -
Export / Import single document on firestore console
Please add an option to export or import a single document from firestore console in firebase page, not in gcloud. Same way like we can do on firebase database export and import a json file with the data.
1 vote -
Delivery logging in iOS
Does anyone know why Firebase doesn't support notification delivery on iOS? This is supported by other messaging frameworks such as OneSignal by hooking into Notification Service Extensions.
Firebase does have a FIRMessagingExtensionHelper class which has an
exportDeliveryMetricsToBigQuery
method — however I didn't see references to this in the docs, how it should be used, or whether it suits my needs.The ideal scenario is that Firebase can just report iOS delivery rates in the console. It's confusing to me why this is not made simple, and if anyone has some insight here it would be much appreciated.
1 vote
- Don't see your idea?