36 results found
-
Feature Request: Add Thinking Budget Support to Firebase AI
Please add support for a thinking_budget parameter when using Firebase AI (Vertex AI) through Firebase. This would allow developers to control token usage, reasoning depth, and overall latency more precisely. It enables better cost management, improves response time consistency, and ensures a smoother experience in streaming and large-scale applications.
12 votes -
Gemini 2.5 for prototyping
Leveraging the new and improved model, Gemini 2.5 would provide an enormous performance boost for coding and improve the Firebase App Prototype feature instantly, in cost for speed.
110 votesThis has now gone live!
https://firebase.blog/posts/2025/05/announcing-gemini-25-in-firebase-studio/
-
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 voteDocumented has been updated.
Please also note Firebase Vertex AI is now called Firebase AI Logic
-
IDX should support third-party repositories
IDX should support third-party repositories, not only GitHub, GitLab and Bitbucket. I cannot work on the code hosted on self-hosted Gitea repository
54 votes -
Allow to use customClaims in eq_expr
Im developing a multi tenant system using firebase dataconnect and it would be very usefull use a query like this:
query getServices @auth(level: USER) {
services(where: {
tenantId: {eq_expr: "auth.token.tenantId"}
})
{
id
name
}
}unfurtunately when i run this query i received the message:
query, getServices, services (where.tenantId.eqexpr: StringExpr): unsupported expression "auth.token.tenantId" (currently only "auth.uid" and "uuidV4()" are supported)9 votesWe've added more robust expression evaluation which should include being able to access custom claims in the auth token. Give it a try!
-
Add GraphQL enum support
Add support for the GraphQL enum type in @table types.
102 votesGreat news! We heard your requests for native Enum support in Firebase Data Connect, and it's here! This was part of our big July updates, making your data models even stronger and clearer.
Ready to dive in? Get all the details on how Enums simplify your data modeling:
-
Grounding
Enable VertexAI web access for googleSearchRetrieval() and Grounding to work on the FirebaseVertexAI.
21 votes -
Have a light theme.
I think that Firebase should have light and dark themes.
2 votes -
Stop forcing page translation based on IP
Stop forcing page translation based on IP country for VPN/Proxy users.
It is annoying, you can't even change the language on bottom page, you meet with an pop up error.1 vote -
Allow access to Gemini preview models
Currently the latest stable or other stable Gemini 1.5 models are available only (see https://firebase.google.com/docs/vertex-ai/gemini-models#available-model-names). These lag behind with features such as function calling ability (performance), structured output (according to the feature matrix Gemini 1.5 Flash does not support that but we know it has multiple versions already capable of). Why cannot we access the preview model we'd like?
4 votes -
Region Selection Option
A "region selection" option should be available before deployment so that we may create our infrastructure in the preferred region.
1 voteApp Hosting now supports deploying to more regions! For now, we support us-central1, asia-east1, and europe-west4 with more to come. To get started, check out the Create Backend flow in the Firebase Console.
For more information, check out our October blog post: https://firebase.blog/posts/2024/10/app-hosting-regions
-
Custom build command
It can be necessary to run a script before the build command.
Example:
- With angular: A script to create the environment.ts files need to be run before the
ng build
. - With Prisma: A script to generate the prisma files should be run before the build the build itself.
Suggestion:
As for render.com, get in the settings Build Command options and Start Command
9 votesCheck out our docs to learn how to override build and start commands in apphosting.yaml: https://firebase.google.com/docs/app-hosting/configure#override-scripts
- With angular: A script to create the environment.ts files need to be run before the
-
Support set-cookie please
We know this is coming but when can we expect this? Our app hosts iframes and cookies are essential for us to know who are the user...
25 votes -
Support for Working/Root Directory on firebase apphosting:backends:create
my codebase is large and a monorepo, my next app is inside other directories
I simply want to set the working/root dir when I create a new firebase backend.
At the moment, I simply cannot deploy to Firebase AppHosting Backend for NextJS
Please add this option to the CLI or UI so I can deploy!
2 votesWe've fixed the issue related to custom root_directory not working. You should be able to do this with App Hosting now!
-
Monorepo support
The current buildpacks used for Next.js in App Hosting can't seem to deploy monorepo setups.
I think it would be really useful if App Hosting supported this, especially since Next.js has great monorepo support via the
transpileModules
config option.19 votesWe launched support for Nx-based monorepos in App Hosting as part of our July update. If you are looking for support for different monorepo tooling, please file a new UserVoice request for your specific tooling (so that we can track interest and prioritize!).
Thanks for your feedback!
-
apphosting for non us-central1
Is new app hosting feature only valid for us-central1? I am trying to deploy to europe-west2
35 votesPleased to announce that App Hosting is now available in two new regions: asia-east1 and europe-west4!
You can read more about this (and other updates) at https://firebase.blog/posts/2024/10/app-hosting-regions
-
support for nuxt
support for nuxt
18 votesNuxt support is now live! Give it a try and let us know what you think https://nuxt.com/deploy/firebase#firebase-app-hosting-recommended
-
26 votes
Please share your thoughts on our new App Hosting Emulator
https://firebase.google.com/docs/emulator-suite/use_app_hosting
-
Query Pagination
Data Connect now supports LIMIT and ORDER BY.
Would love
OFFSET
and page token support to resume from a long query.49 votesWe have added support for "offset" to Data Connect table queries. We may evaluate more sophisticated pagination token support in the future, but this should unblock simple use cases!
-
Dart SDK for Data Connect
Support using Data Connect in Dart and Flutter apps, by having a core SDK for Dart and generating Dart types from the schema.
138 votesData Connect is now in public preview with full support for Flutter, including generated SDKs!
See the docs for more: https://firebase.google.com/docs/data-connect/flutter-sdk
- Don't see your idea?