2250 results found
-
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 -
Snake app
Snake app
1 vote -
5 votes
-
draw an app to make it a reality
It would be really revolutionary if you could draw an app to create everything about it.
2 votes -
Creating a project directly into the Server or Hosting would be great.
When users who accept security risks give their hosting information directly... artificial intelligence should be able to create files and databases within this host and create a project with the desired features in natural language...
2 votes -
firebase studio backend
help me create a node js backend using firebase backendd
https://console.firebase.google.com/project/{projectname}/apphosting2 votes -
2 votes
-
Icp Cube
NLB.com Jrr.com
2 votes -
PROPULSION VIA Q compute
continue DoD WORK VIA Q compute©
3 votes -
datos de contacto para mi aplicacion
necesito que mi aplicacion recolecte los datos del consultante Nombre, Whatsapp con codigo de pais + email de contacto
2 votes -
Firebase with Friends
I think we should be able to bring friends into our session inside of like a school bus capsule metaphorical school bus I'm saying and the friends can suggest prompts that the leader of the field trip can approve basically a think tank inside of the game or multiple users can join together to create something awesome
2 votes -
Allow Web Clients to use "Firebase In-App Messaging" in their platforms
Add FIAM support to the Firebase Web SDK, along with the ability to manage and control in-app messages through a web client.
6 votes -
Add support for local npm packages
Change the behavior of dpeloy for functions so that if a local (file based) npm package is listed in the package dependencies, the package will be uploaded with the function.
It is a major pain for local packages to not be supported in uploading cloud functions.
6 votes -
"chat mode" like in lovable
a chat mode to discuss prompts or functionality or development ideas
3 votes -
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.
3 votes -
allow secrets on scheduled functions
It's not clear in the documentation nor by implementation that secrets work with scheduled cloud functions. This seems to me like a major missing feature in security and consistency with the v2 cloud functions. Is the only solution using the cloud config for api keys/secrets? Something like:
exports.someScheduledFunction = onSchedule(
{
schedule: "every 60 minutes",
timeoutSeconds: 100,
secrets: [someToken.name],
},
async () => {
logInfo("Running every 60 min");...
}
);7 votes -
SolidJS SDK for data connect
I need to have this SDK because for now only React and Angular have SDK.
3 votes -
Would like Project IDX workspace to show edit history with character by character edits.
We will be using Project IDX to have students code websites. We used a previous website that we can no longer use. It was helpful to show the edit history so we could help students find their errors.
The character by character edit history was also helpful for us to detect plagiarism and see when they were just copying and pasting a peer's code which happened and we were able to address it before it continued on to other projects.
17 votes
- Don't see your idea?