2264 results found
-
unity support
because making unity app is so resource comsuming for a normal computer( open project about 1 min ) compile it first time for 15 min and every time i use it my computer have fans running sounds . so i think it would be better so have unity support just like android support
4 votes -
4 votes
-
Allow For Different Rollout Percentages
Currently, the highest allowed rollout percentage is 50% (before going to 100%). While we understand that higher percentage won't allow to compare the groups correctly, having an ability to gradually release a feature from 50% to 100% would be a very nice and common requirement.
6 votes -
Obfuscate or hide GoogleService-Info.plist
Secret information in GoogleService-Info.plist is easily accessible by downloading .ipa from App Store via Apple Configurator and unpacking it. That is a big security issue.
1 vote -
4 votes
-
ram
Could you please add an option to get more RAM for our workspaces? The current amount (seems around 8GB) often isn't enough when running bigger Android projects, especially with the emulator and build tools going at the same time. Things can get pretty slow.
It would be really helpful if we could choose a higher RAM configuration, maybe 16GB or 32GB, even if it's an upgrade option. This would make developing larger apps in Project IDX much smoother.
4 votes -
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…
3 votes -
Localize
I would like the ability to be able to localize notifications like we can with in-app messages please. Because as it is now, we have to make a separate message for each language which uses up our allotted messages limit quickly.
1 vote -
Control Over Frequency
I would like control over the frequency of the in-app messages popping up in 1 session. If a user is eligible for 3 messages I dont want them popping up one after another. I would like the ability to space them out by minutes, hours, days or sessions please. And what about being able to make a slideshow of images as an in-app message?
1 vote -
1 vote
-
"I need to talk with them using audio or video.", live streem audio and video sharing
"I need to talk with them using audio or video.", live streem audio and video sharing
3 votes -
needs a restore button
Above each prompt, add a restore button to restore code back to point before prompt. Then you can restore, re-write prompt, and see what happens with the next prompt.
4 votes -
@Model Operations support in Schema (@auth derivative)
Right now we have separate Query and Mutation. To streamline, especially when using @auth
enum ModelOperation {
create
update
delete
read
}@auth object types that are annotated with @auth are protected by a set of authorization rules that give additional controls than the top level authorization on an API.
Use the @auth directive on object type definitions and field definitions in the project's schema.
When using the @auth directive on object type definitions that are also annotated with @model, all resolvers that return objects of that type would be protected. When using the @auth directive on a field definition,…
2 votes -
Hybrid On Device Inference using Firebase AI Logic. Mobile please.
Hybrid On Device Inference using Firebase AI Logic. Mobile please.
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…
4 votes -
Gemini in Firebase Studio doesnt examine screenshots as well for troubleshooting
Gemini when used in gemini.google.com or cursor readily examines screenshots for errors or context toward troubleshooting. Gemini in firebase studio seems to ignore the screenshots.
3 votes -
فایربیس
استودیوی فایربیس
2 votes -
Modify amount of context being sent to the model.
Sometimes the model will allways return error that the number of allowed token are exceeded the amount allowed, even when i try to say "HI".
it's possible that the environment is automatically including a large amount of data as context with every request, even simple ones. This could be anything from the entire project's codebase to a very long history of interactions.
it would be good to have an option to control how much information is sent to the model with each request.2 votes -
Transaction should update the local offline cache
It is a surprise to users (and Gemini) that writing documents using a transaction does not result in the local offline cache being updated when the transaction completes successfully. I'm not sure that it makes sense for the SDK to do this automatically but the firestore docs need to be updated (including the code examples) to make it clear that the local cache does not get updated. There may be some documents in the set being written that are never written by other users, in which case the local user is not expecting to have to have a listener running…
2 votes -
Feature Request: Support for Unreal Engine Blueprint Scripting and C++ Integration in Firebase Studio
SUMMARY:
Extend Firebase Studio's capabilities to support Unreal Engine development workflows, with a focus on:
Blueprint scripting support (graphical & JSON-based editing)
Remote-friendly Unreal C++ file editing
Optional build hooks or compilation syncing between Firebase Studio and local Unreal Engine projects
WHY THIS MATTERS
Unreal Engine is a leading game engine used by indie and AAA studios alike. While Firebase Studio has embraced web and mobile frameworks, game developers - especially those building multiplayer games with Firebase backend services - lack a cloud-native dev environment.
Adding Unreal support (particularly or Blueprint visual scripting and C++ editing) would open Firebase Studio…
2 votes
- Don't see your idea?