2184 results found
-
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…
1 vote -
Support Multiple Data Connect Services in Emulator Suite (or Allow Hybrid Cloud Fallback)
Currently, the Firebase Emulator Suite allows running only a single Data Connect service instance locally. For projects utilizing a microservices architecture with multiple isolated Data Connect services, this creates a significant blocking issue during development.
Primary Feature Request: Multi-Service Emulation - Please update the Emulator Suite to support running multiple Data Connect services simultaneously.
Alternative / Interim Solution: Hybrid Cloud Fallback - If full multi-service emulation is technically complex to implement immediately, please introduce a "Hybrid" mode as an alternative.
Current Behavior: When the emulator is running, all calls to Data Connect are forced to look locally. If a specific…
1 vote -
Data Connect Event Triggers on Emulator
Support Data Connect Event Triggers on emulator for local development. With the risk outlined in the event trigger documentation regarding infinite loops, we ought to be able to test our event triggers on emulator. Data Connect supports great local development except for the triggers, so this would be top notch!
3 votes -
I wish if i can integrate ai from aistudio.google.com to ai from firebase. and they can interconnect and share requirements.
I wish if i can integrate ai from aistudio.google.com to ai from firebase. and they can interconnect and share requirements.
1 vote -
Add Default Google Authentication Before Making Firebase Studio Apps Public
We’re exploring Firebase Studio as a replacement for platforms like Replit, Bolt, and Lovable for vibe-coding applications, especially because it offers seamless connectivity to private VPCs. However, one major concern is that apps become publicly accessible by default once published.
Most vibe-coders learn cybersecurity the hard way and often end up blaming the platform, so having secure defaults is crucial. We fully support the direction Google is taking with Firebase Studio, but this issue needs to be addressed. Ideally, Firebase Studio apps should require Google authentication by default, with an explicit option for developers to make an app public only…
1 vote -
Support for Proper 404 Status Codes and Multiple 404 Pages Based on URL Patterns on Firebase Hosting
Currently, when using a custom 404 page (e.g., 404.html), Firebase Hosting always responds with a 200 status code, even when the page is served via a rewrite rule.
This differs from behavior on traditional servers (e.g., Nginx with the internal directive), where the server can correctly return a 404 while still serving a custom error page.Why this matters:
- Proper HTTP status codes are essential for SEO.
- Search engines may incorrectly index 404 pages if they return 200.
- Client applications and monitoring tools rely on correct status codes.Additionally, In many multilingual or multi-section sites, different parts…
1 vote -
Copy crashlytics stacktrace
It would be nice to have a button to easily copy stacktrace from crashlytics.
1 vote -
database
Provide better transaction open source database options like Postgres with Neon or MariaDB and optimized the Gemini model to interact with database to read and write schemas.
1 vote -
My history
Name: SAKTINN
Email: mommilk01@gmail.com
Phone: +855 96 564 0090
Bank Account: 100770859 (Wing Bank of Cambodia)
Address: Pongro Village, Kampong Svay Commune, Serey Sophon District, Banteay Meanchey Province, Cambodia1 vote -
Instruct the agent to be in the git head of the repository in the appropriate branch
Instruct the agent to be in the git head of the repository in the appropriate branch, then to read the files it assumes it will edit, I ensure it's using the latest version of everything. This prevents many errors caused by hallucinations like outdated functions in a use case, which leads to wasted time fixing the same problem repeatedly.
It's also important to tell it to validate that the files exist and are in the correct path. This way, the chain of thought process iterates automatically until it finds the correct files.
I've been using this method since the update,…
2 votes -
apply gemini 3 pro in firebase strudio please
i belive that we will have more control of our projects here in firebase studio than ai studio so please add gemini 3 pro in firebase studio
2 votes -
1 vote
-
Need document for MAUI
We are using MAUI mobile application(Android & iOS). We don't have gradle. Share complete document to configure firebase crashlytics in MAUI application.
1 vote -
Table Event Triggers
In additional to the
onMutationExecuted, we would love to have events on table mutations.onRowUpdatedonRowCreatedonRowDeleted
onMutationExecutedis already launched in Nov 2026. https://firebase.blog/posts/2025/11/dataconnect-nov252 votes -
Show parameter descriptions under their names in analytics events
My analytics events often have several parameters with close, but slightly different meanings. I would like you to show parameter description (description of custom metric or custom dimension) I have provided in Custom Definitions right under parameter name (in however small font you like) in relevant places of Firebase Console. This is especially useful for Value parameters where I often assign one of the most important metrics of the many I track, but then forget which one I have been tracking via value. At the very least, you should always include that description as a tooltip whenever I hover over…
1 vote -
Gradle plugin for Data Connect Android development
Firebase should publish a Gradle plugin for Data Connect Android development. The plugin could integrate the code generation into the build process, much like https://github.com/google/protobuf-gradle-plugin.
1 vote -
1 vote
-
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 -
Add MQTT protocol for lightweight communication with IoT devices RealTime Database and Authentication
Ciao,
Attualmente sto inviando dati da dispositivi ESP8266 a Firebase Realtime Database utilizzando la libreria:
https://github.com/mobizt/FirebaseClientTuttavia, ho riscontrato un problema importante: ogni invio di dati consuma molto traffico Firebase a causa dell'handshake SSL (molto pesante per ESP8266) richiesto per ogni connessione. Questo rende l'integrazione con dispositivi IoT a basso consumo con connettività limitata molto inefficiente.
Per questi motivi, sarebbe estremamente utile e vantaggioso avere il supporto nativo per un protocollo più leggero e ottimizzato per l'IoT, come MQTT, che ridurrebbe drasticamente l'overhead, il consumo di dati e la latenza, migliorando significativamente l'esperienza utente della piattaforma nell'ambiente IoT.
Firebase è…
4 votes -
1 vote
- Don't see your idea?