1237 results found
-
1 vote
-
Alert on live activity updates
Live Activity pushes are meant to be completely silent background updates, so Firebase’s requirement for an alert field is technically incorrect and creates unnecessary sound/vibration issues.
When sending APNs messages with "apns-push-type": "liveactivity" via Firebase Cloud Messaging (FCM), the service currently requires an "aps.alert" field to be present in the payload.
However, Live Activity updates are designed by Apple to be silent background updates, they should not display alerts, play sounds, or trigger any user-visible notification behavior.
Because FCM enforces the presence of "aps.alert", developers are forced to include dummy or empty alert values (e.g. "alert": {}), which can still…
16 votes -
Condition groups for Remote Config
Here is the problem: we have a lot of versions of our app where some configs or their structure where changed in a backwards-incompatible way, so we need to roll them out using conditions by version: old config is placed under some "Legacy before v1.1.1" condition, and the new one becomes the default.
As you can imagine, after a while we have a lot of these legacy conditions and scrolling through all of them becomes tedious. So creating one single "legacy" group to store them all would be very useful.I expect that all conditions placed in a group should…
2 votes -
allow the bot to have global admin console privledges.
The bot often has problems performing cli functions. Please allow it to autonomously approve api's, run commands, etc...just provide ui prompts for the user to decline the action if they feel the need.
2 votes -
Allow setting cloud build machine type in app hosting config
Default cloud build machine is e2-medium which only has 4GB ram
My epic nodejs web app build will OOM on heap when i has <4 GB ram
Please allow me to set build machine type to e2-standard-2 in apphosting.yaml4 votes -
Prototyper Setup
Before we get into prototyper, we can set what we want prototyper to Do, like Next.js, Python, and even customize what we want proto to do!
1 vote -
Add support to document Why change was published
There should be an optional note field when publishing changes to explain why these changes to the config were published. Moreover, it would be great to have a simple history view of what changes were published with notes.
Right now, we can only see WHEN and WHO published the latest changes, but we don't know WHY
3 votes -
App Testing agent (iOS)
Hello. I really like your testing agent for Android. Please tell me if there are any plans to develop an agent for iOS?
40 votes -
From Firebase Studio to the app stores:
It would be great if Firebase already had the functionality to export the app in the required formats for publishing to the Google and Apple app stores. Since Firebase is part of the Google pipeline, sending it directly from Firebase to the Google Play Store would already be a great help.
1 vote -
Fallback to Gemma when browser based models are not available in the Hybrid SDK
When using Firebase AI Logic for hybrid inference, I want to be able to support users that are using non-Chrome browsers to still be able to run inference. In this case, give me an option to download Gemma and run inference for my users running a non-Chrome browser. This preserves the PREFERONDEVICE or ONLYONDEVICE flags I have set and allows my users to continue to benefit the rewards of my app without needing to download a new browser.
3 votes -
Order field by Descending Nulls Last
Provide order by option that moves nulls to the end of results per postgresql docs
NULLS LAST(https://www.postgresql.org/docs/current/queries-order.html#QUERIES-ORDER)Nulls are last for ASC sorts by default, so it's only needed for DESC, so I'd propose adding a new
DESC_NULLS_LASTprop to the OrderDirection enum (https://firebase.google.com/docs/reference/data-connect/gql/enum#OrderDirection)1 vote -
Comunidades Sustentáveis
Comunidades Sustentáveis alimentos mais saudáveis
1 vote -
parametre
je veut ma cle api
3 votes -
Support Cloudflare Authenticated Origin Pulls (mTLS) / Load Balancer configurations
App Hosting's Load Balancer is not configurable, so there is no way to restrict traffic origin before it hits the application.
Provide a way to support Authenticated Origin Pulls, either by providing configuration access to the underlying Load Balancer, or via built-in support. https://developers.cloudflare.com/ssl/origin-configuration/authenticated-origin-pull/
1 vote -
Voices generate
To generate voices
1 vote -
Una herramienta de auditoría de sesgos en sistemas de IA.objetivo es analizar modelos de IA para detecta
E desarrollando “ai-act-compliant-auditor”, una herramienta CLI en Rust diseñada expresamente para auditar modelos de inteligencia artificial desde un enfoque técnico, legal y de información pública, garantizando la ausencia total de manejo de datos personales o inferencias emocionales.La arquitectura está pensada para permitir auditorías matemáticas directas sobre archivos de modelos y conjuntos de pruebas externos (“AuditModel”), verificaciones de transparencia algorítmica (“CheckTransparency”) y análisis post-facto de decisiones (“PostFactoAnalysis”), todo mediante subcomandos claros y modulares. El núcleo de la aplicación mide métricas robustas –paridad estadística, robustez, equidad, transparencia, cumplimiento legal del AI Act y derechos de acceso a la información– únicamente a través…
2 votes -
it will be possible for real connexion to phyical devices for debug in flutter cause emulators are very slow and consume much ressources
it will be possible for real connexion to phyical devices for debug in flutter cause emulators are very slow and consume much ressourc
2 votes -
java admin api supports configuring the "firebase" url, so I can start a wiremock service and assert on the received call´s
Modify: https://github.com/firebase/firebase-admin-java/blob/master/src/main/java/com/google/firebase/messaging/FirebaseMessagingClientImpl.java#L63
To make the FCM_URL or fcmSendUrl configurable.2 votes -
0 votes
-
Support Gemini TTS
See https://cloud.google.com/text-to-speech/docs/gemini-tts for details. The API supports creating rich audio with accurate instruction following and allows for streaming. The benefit of adding support in AI Logic is that it greatly simplifies key management.
Note: Live API is not a suitable replacement. Neither is an extension.
2 votes
- Don't see your idea?