1776 results found
-
Make the functions npm dependencies cache list public
An article and youtube video explains how to optimize cold boots by updating dependencies to 'commonly used versions' as this will increase the chance that the dependencies can already be found in the 'dependencies cache'.
https://medium.com/@duhroach/improving-cloud-function-cold-start-time-2eb6f5700f6
This is quite vague and a bit hard to reason about. Would it be possible to see a list of package names and version info for all packages in the dependencies cache?
8 votes -
Move documents and collections to a new location
Instead of making us create inefficient solutions/workarounds ourselves, it would be nice if a convenient API was provided for this functionality.
For example, transfer
col1/doc1/col2
and all its children tocol1/doc2/col2
8 votes -
Possibility to disable the automatic event "notification_receive" (Android) due to the high triggering of this event
I would like to request the inclusion of the possibility of disabling the automatic event "notificationreceive" (Android) due to the high firing of this event, which can cause an inflation of costs for Google Analytics 360 customers who charge based on the number of events.
And in some situations it is necessary to use push notifications, but the "notificationreceive" event may not be so useful, it being feasible to disable it to reduce tool 360 costsA suggestion would be to make it possible to disable it in the same way as we can disable the automatic event…
8 votes -
Tailscale integration
Provide a seamless integration with Tailscale so that the VM can be added as an ephemeral node on the user's tailnet and get access to private resources, such as a database or private Git server.
8 votes -
8 votes
-
Get rid of the egress data transfer fee for Firebase Storage
Rework Firebase Storage pricing to compete with Cloudflare R2. Even if Firebase Storage has some unique features like Firebase security rules, this does not justify the egress cost.
8 votes -
Analytics - Buggy engagement times when doing manual screenview tracking
Not really a feature request, but a pretty old bug which makes analyzing user engagement impossible.
When disabling automatic screen tracking via "googleanalyticsautomaticscreenreportingenabled" and doing it manually via SCREENVIEW events, engagement times are logged completely wrong.
Engagement time is wrong by a factor of 10 compared to our ios apps.Find more details in the following bug-report:
https://github.com/firebase/firebase-android-sdk/issues/32408 votes -
Add an option to host cloud function free of cost
We all knoow cloud functions are not free now. But it would be great if you kindly allow upto 3 cloud functions without all the expensive apis like cloud vision etc.
8 votes -
Update Linked Documents
If you have split your data in several collections there should be an easy way to update a linked document - for example if the user changes his name, all articles with the authorId = userId should be updated automatically
8 votes -
Google Play User Data Delete Requirement
Google requires a web link that enables users to delete all their data, even after they have uninstalled the application. For a "serverless" app that only uses Firebase Auth, it would be ideal to have a plug-and-play solution for hosting a single webpage that complies with Google Play's policy.
8 votes -
8 votes
-
8 votes
-
Make the Agent Response Faster
The agent response is pretty slow in Firebase Studio Prototyper mode as the project is growing. Wish we can fix this issue.
7 votes -
Able to select project when publish app from firebase studio rather creating new project everytime publish an app.
Able to select project when publish app from firebase studio rather creating new project every time publish an app.
7 votes -
7 votes
-
Galeria
Cantar
7 votes -
Support for Gradio and Streamlit web applications
Given Project IDX's focus on being integrated with generative ai — project templates for Gradio and Streamlit to demo ML/Gen AI systems would be a great addition to the currently available templates. Both as standalone templates and frameworks for Google's Gemini API template.
This can also be a great opportunity to showcase Google's generative ai models via Gradio/Streamlit.
Note: My idea is intended to use Python as the primary language (specific to Gradio since there's also a JS (
@gradio/atoms
)). Though the potential for polyglot Gradio and Streamlit projects should also be supported, respective to the framework. For example,…7 votes -
Add npm workspace support for monorepos
App Hosting already supports nx based monorepos, but it would be great to have basic npm workspace support. I tried to take the plunge and convert my repo to nx tooling but I failed spectacularly 🙂 npm workspaces are super simple to get started with and other than not being able to deploy to App Hosting, they haven't come up short for me in a way that would convince me to try nx again.
7 votes -
View Firestore Total Space Used
Currently, billing/usage only shows usage for reads/writes/deletes. We are also being billed for total storage space. Can you please add observability into how much space is currently being used across each Firestore Database?
7 votes -
improve onboarding when importing repo
When importing a repo, the placeholder text (never a good way to convey meaningful information) shows a sample url without the protocol: github.com/my-org/my-repo
However, when trying to enter a repo url matching that example, the UI simply says "Invalid repo URL format" which is frustrating for the user because they're following the example provided
It turns out, users need to add the protocol (https://) and then it will work. As a very early step in onboarding a repo to IDX, this can lead to frustration.
Solution:
1. update placeholder text to include protocol
2. update error message to provide a…7 votes
- Don't see your idea?