1795 results found
-
Change Firebase Studio AI Region for Better Ping
Hey Firebase Studio AI users,
Want faster performance? We’re exploring a new feature to let you switch your project’s region to one closer to your users, reducing ping and boosting app speed.
To make this happen:
Check Region: View your current region in Firebase Console > Project Settings.
Test Latency: Ping Google Cloud regions (e.g., ping us-central1-gce.cloud.google.com) to find the best fit.
Migrate Project: Create a new project in the desired region and transfer data manually.
Optimize with CDN: Use Firebase Hosting’s global CDN to cache content for even faster delivery.
This could be a game-changer for latency-sensitive apps.12 votes -
supports renaming tester groups for App Distribution
It seems impossible to rename tester groups in App Distribution while it seems useful to have some options to organize the groups based on progressive insight.
12 votes -
Support storing unstructured json in Postgres jsonb column
Postgres support jsonb column that can store arbitrary jsonb objects, very suitable to store unstructured / semi-structured API output.
Postgres also supports index on fields within jsonb.
Can data connect support jsonb column? Mapping fields of API object to Postgres columns can be a headache
12 votes -
VueJS support for App Hosting
Allow Firebase App Hosting to support VueJS framework
12 votes -
Postgres Functions exposed as an API
Similar services, like postgraphile, allow exposing queries / mutations as postgres functions. It's extremely powerful, and allow extremely custom queries / logic for exposing data to the clients.
12 votes -
custom remote git support
Support for self hosted gitlab or other git remote sources
12 votes -
Increase the size of remote config from 1MB to 10MB
Why not increase the file size for remote config? Right now it only holds 1MB of text, but if you zip a 1MB plain text file you can reduce it to 100kb or less. So, why not increase the configuration size to 10MB?
1MB remoteconfig.json ==> compress file ==> 80kb remoteconfig.zip
12 votes -
Firestore return document when it gets updated
As we get the whole document when it is created, it would be nice to get it as well when it gets updated.
Example:
Online game where 4 people join together. In document, we have a list of players with their names. These names should be displayed for all players. Last user joins closing the session. To get the rest of the names after update the document with this last player, I need to do an extra read.Problem:
I am making an entra call for every player, affecting my quota limitation.Solution:
Return updated document.13 votes -
closing project
This IDX actually amazing. I have many project but little hard to fast switching other project. I think we need closing project on File menu and back to main dashboard. Thanks
12 votes -
Allow custom Slack webhook URLs when integrating with Crashlytics
Problem
When filling out the form to add a Slack webhook URL for a Crashlytics project the form only allows URLs that begin with https://hooks.slack.com/..., however, some companies have their own proxy URLs to manage the Slack webhooks for their enterprise Slack instance (e.g. https://hooks.mycompanydomain.com/...).
Feature request
Please relax the client-side only form validation to allow other hostnames besides "hooks.slack.com".
12 votes -
work locally
I wish that Project IDX would be able to work locally as well as in the browser.
So I can take it on a plane and keep working.
12 votes -
Make AI code completion typescript friendly
So I did give a testflight to Project IDX and I found out that it quite fails when using react starter with typescript.
I started converting counter to todo app and it gave answers in typescript but it should've noticed the file being .tsx so it should give suggestions in typescript over javascript.
Image Reference : https://ibb.co/myQQGCF
12 votes -
Firebase SDK support for Cloudflare workers
Make a Firebase SDK compatible with [Cloudflare Workers][cw] so that it is possible to use Firebase Authentication and Firestore with ease.
12 votes -
Allow URLs to be accessible fully, or by invitation, or by password protection, like Notion and Figma
Allow natively what we can do in Notion / Figma (sharing a prototype), by sharing a page with the followings options:
1/ allow a page to be fully accessible (that's already possible, so the default)
2/ allow a page to be viewed only if we provide another User a link.
3/ allow a page to be viewed if 2/ + password protected12 votes -
TTL for Realtime DB
Realtime DB is very similar to Redis functionality. It would be very valuable to enable real caching behaviour by adding time to live to an entry.
12 votes -
12 votes
-
12 votes
-
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.
11 votes -
Side-by-Side Code & Prototyper
Have an option to have the classic code view along side the prototyper (not necessarily the output but just the chat)
11 votes -
Realtime database, change default tab order
Reorder the tabs in Realtime DB to prioritize displaying the rules or a landing page before the data.
New users and analytics management find that loading the Realtime Database section from the web console impacts bandwidth usage for reads. This behavior is not ideal and could be separated from the Realtime Database landing page, especially when editing or inspecting the rules, as it requires loading larger chunks of the database before the user switches tabs.
11 votes
- Don't see your idea?